From 327fe72835cb0e8f3151b2ef7749cf3e9e736cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Mon, 28 Dec 2020 13:30:20 +0100 Subject: [PATCH] Fix advanced search filter button position This bug was introduced when foundation changed some of its rules regarding when to clear floats, probably in commit 58071fd66. --- app/assets/stylesheets/layout.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/layout.scss b/app/assets/stylesheets/layout.scss index fae431c76..9602dfd18 100644 --- a/app/assets/stylesheets/layout.scss +++ b/app/assets/stylesheets/layout.scss @@ -1507,6 +1507,10 @@ form { select { height: $line-height * 2; } + + .column.end.clear { + clear: both; + } } // 10. Officials levels