From b0e82d636eb5c84b1cd3a3f2ef39a3147b41a0b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 28 Jun 2021 22:13:31 +0200 Subject: [PATCH] Remove redundant position property I guess it was there to make a contrast with the CSS used for the version for medium and large screens. However, it isn't necessary and the absence of this property already makes a contrast with the presence of the property for medium and large screens. --- 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 2ec042cd0..60640daa8 100644 --- a/app/assets/stylesheets/advanced_search.scss +++ b/app/assets/stylesheets/advanced_search.scss @@ -3,7 +3,6 @@ cursor: pointer; float: left; margin: $line-height 0; - position: inherit; @include breakpoint(medium) { float: right;