LP1890849 Grid context menu override fixed width
authorBill Erickson <berickxx@gmail.com>
Mon, 10 Aug 2020 15:09:35 +0000 (11:09 -0400)
committerJane Sandberg <sandbej@linnbenton.edu>
Mon, 17 Aug 2020 13:19:28 +0000 (06:19 -0700)
Allow grid context menus to expand horizontally for longer terms to
avoid scroll bars and/or having text get cut off.

Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>

Open-ILS/src/eg2/src/app/share/grid/grid.component.css

index 6704ff0..15b4adb 100644 (file)
 .eg-grid-filter-menu .dropdown-item:hover {
   background-color: transparent;
 }
+
+/* Popovers have a too-narrow max-width.  Override it */
+.popover {
+    max-width: initial;
+}