Bug 30952: Fix table headers
authorJulian Maurice <julian.maurice@biblibre.com>
Tue, 13 Sep 2022 06:32:14 +0000 (08:32 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Wed, 12 Oct 2022 19:14:04 +0000 (16:14 -0300)
Issue #16

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
koha-tmpl/intranet-tmpl/prog/css/src/_tables.scss

index 65c12b9..6272548 100644 (file)
@@ -747,12 +747,13 @@ div {
 }
 
 .table_entries {
-    clear: both;
+    display: flex;
 }
 
 .table_controls {
     border-top: 1px solid #EEE;
-    clear: both;
+    display: flex;
+    flex-grow: 1;
     margin-top: .5em;
     padding-top: .5em;
 }