From ebe1ed36c5d5e08d492d3d3d8531d693a472138c 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. Signed-off-by: Jonathan Druart Signed-off-by: Josef Moravec --- 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 55a6f70..6019580 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -705,18 +705,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