From 381a011618ee6765ccae0d9e03edc444e15bc7e3 Mon Sep 17 00:00:00 2001 From: Stephanie Leary Date: Tue, 28 Mar 2023 19:34:09 +0000 Subject: [PATCH] Fit grid toolbar to table Signed-off-by: Stephanie Leary --- Open-ILS/src/eg2/src/app/share/grid/grid.component.css | 5 +++++ 1 file changed, 5 insertions(+) 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 6f8bf751e1..47e4d7f428 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 @@ -4,6 +4,11 @@ } } +.eg-grid-wrapper { + width: fit-content; + overflow-x: auto; +} + .eg-grid-wrapper:focus-visible { outline: 2px solid #0A58CA; outline-offset: 5px; -- 2.11.0