From a750c48c993b2d05fd418fbc44c664323a9bbaee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 28 Dec 2020 15:40:44 +0100 Subject: [PATCH] Removed unused CSS rule There are no elements matching the selector; the element has only one child (the
element) and it doesn't use the `column` class. --- app/assets/stylesheets/advanced_search.scss | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/assets/stylesheets/advanced_search.scss b/app/assets/stylesheets/advanced_search.scss index 367b3c579..5e144e755 100644 --- a/app/assets/stylesheets/advanced_search.scss +++ b/app/assets/stylesheets/advanced_search.scss @@ -14,12 +14,6 @@ .advanced-search-form { - @include breakpoint(medium) { - > .column { - padding: 0; - } - } - select { height: $line-height * 2; }