[GIT] Evergreen ILS branch rel_3_14 updated. 84add2d17e6c500eab49ccbec2340980e03aa383

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_14 has been updated via 84add2d17e6c500eab49ccbec2340980e03aa383 (commit) from 187390d3da4064f5c9ae50e75c74268d1b68109c (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 84add2d17e6c500eab49ccbec2340980e03aa383 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