From: Bill Erickson Date: Wed, 29 Aug 2018 18:15:20 +0000 (-0400) Subject: LP#1775466 Grid tooltips max width 400 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcollab%2Fberick%2Flp1775466-ang6-base-app;p=working%2FEvergreen.git LP#1775466 Grid tooltips max width 400 Signed-off-by: Bill Erickson --- 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 a16bb4eb8b..9748c0c4b1 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 @@ -57,6 +57,11 @@ overflow: hidden; } +/* allow tooltips to be wider than the default 200px */ +.eg-grid-cell .tooltip-inner { + max-width: 400px; +} + /* in overflow mode, allow white space to wrap so the * full contents of the cell can be seen inline. leaving * text-overflow and overlow as-is means long strings with