[GIT] Evergreen ILS branch rel_3_15 updated. 9021bc2095e0d5b408a76fe2d46206d564344b0c

This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Evergreen ILS". The branch, rel_3_15 has been updated via 9021bc2095e0d5b408a76fe2d46206d564344b0c (commit) from 110f0378c71c1c5e816afb04798822c01d1385fa (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 9021bc2095e0d5b408a76fe2d46206d564344b0c Author: Stephanie Leary <stephanie.leary@equinoxoli.org> Date: Wed Jun 25 18:16:57 2025 +0000 LP2092899 Search depth tooltip size, text wrapping Sets min-width, max-width, white-space, and text-align properties on the tooltip bubbles to ensure that long tooltips wrap instead of being cut off and that text alignment follows the language reading direction. Release-note: Fixes wrapping and alignment for tooltip text Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org> Signed-off-by: Jane Sandberg <js7389@princeton.edu> diff --git a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 index 5f09bb165a..ef9a671593 100755 --- a/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 @@ -4398,7 +4398,10 @@ padding: 15px; left: 0; top: -1lh; z-index: 9999; - width: 22em; + min-width: 16rem; + max-width: 22rem; + white-space: wrap; + text-align: start; padding: 0.5rem; margin-left: 2px; font-size: 1rem; ----------------------------------------------------------------------- Summary of changes: Open-ILS/src/templates-bootstrap/opac/css/style.css.tt2 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) hooks/post-receive -- Evergreen ILS
participants (1)
-
Git User