From 8ab585412b4869ff623a87478d3e01bcd88f7651 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 16 Aug 2018 13:02:34 +0000 Subject: [PATCH] Bug 21234: Remove our .clearfix class in favor of Bootstrap's This patch removes the ".clearfix" declaration from staff-global.scss so that Bootstrap's built-in clearfix class will be used. To reproduce this issue, see Administration -> Currencies and exchange rates. The table of currencies does not appear below the table buttons. Apply the patch and regenerate CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). Clear the browser cache if necessary and reload the Currencies and exchange rates page. The table should appear in the correct position. --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index b17c6e4..c90ba17 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -709,18 +709,6 @@ ol { padding: 7px 0; } -.clearfix { - display: inline-block; - - &::after { - clear: both; - content: "."; - display: block; - height: 0; - visibility: hidden; - } -} - #editions { table, td { -- 2.1.4