@@ -, +, @@ available screen width - Advanced MARC editor search results - Holds to pull - Patron search results - Test the catalog search results and other affected pages to confirm that the tables affected take up the full width of the page. --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -2155,6 +2155,8 @@ li { } table { + width: 100%; + td { vertical-align: top; } --