From 2f5f674b2422fb92a809243bcbfe4cb1d7d1713e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 28 Jun 2021 22:14:34 +0200 Subject: [PATCH] Fix advanced search button on small screens Once the button was pressed, part of the form appeared next to the button instead of appearing below it. --- app/assets/stylesheets/advanced_search.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/advanced_search.scss b/app/assets/stylesheets/advanced_search.scss index 60640daa8..8a4d79c94 100644 --- a/app/assets/stylesheets/advanced_search.scss +++ b/app/assets/stylesheets/advanced_search.scss @@ -1,7 +1,6 @@ .advanced-search { color: $link; cursor: pointer; - float: left; margin: $line-height 0; @include breakpoint(medium) {