From 33f9590d59e61ec6b8f5443b2268e999ba5fb986 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 25 Aug 2020 17:36:35 -0400 Subject: [PATCH] LP#1846042: take advantage of ngbDropdown container="body" This feature, which is available as of ng-bootstrap 4.1.0, allows the grid filter control columns to stay alligned with the column label and data on small viewports and/or tables with lots of columns. Signed-off-by: Galen Charlton Signed-off-by: Bill Erickson Signed-off-by: Michele Morgan --- .../grid/grid-filter-control.component.html | 18 +++++++++--------- .../eg2/src/app/share/grid/grid.component.css | 1 - 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/Open-ILS/src/eg2/src/app/share/grid/grid-filter-control.component.html b/Open-ILS/src/eg2/src/app/share/grid/grid-filter-control.component.html index 964d6b310a..4e85407666 100644 --- a/Open-ILS/src/eg2/src/app/share/grid/grid-filter-control.component.html +++ b/Open-ILS/src/eg2/src/app/share/grid/grid-filter-control.component.html @@ -40,7 +40,7 @@