From 653550d1b8ba82785104524635275df631f41cc8 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Thu, 23 Mar 2023 21:36:24 +0000 Subject: [PATCH] Bootstrap table width fix Signed-off-by: Stephanie Leary --- Open-ILS/src/eg2/src/app/share/grid/grid.component.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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; -- 2.11.0