From: Stephanie Leary Date: Thu, 23 Mar 2023 21:36:24 +0000 (+0000) Subject: Bootstrap table width fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=653550d1b8ba82785104524635275df631f41cc8;p=working%2FEvergreen.git Bootstrap table width fix Signed-off-by: Stephanie Leary --- diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid.component.css b/Open-ILS/src/eg2/src/app/share/grid/grid.component.css index aa83b0e78b..61702de5b4 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid.component.css +++ b/Open-ILS/src/eg2/src/app/share/grid/grid.component.css @@ -10,8 +10,12 @@ width: auto; } -.eg-grid { +/* Undo Bootstrap table width */ +table.table.eg-grid { width: revert; +} + +.eg-grid { caption-side: top; color: rgba(0,0,0,.87); table-layout: auto;