[GIT] Evergreen ILS branch main updated. 085b77dda045e6fa1e85ebd4affffc3f2916ef2f

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, main has been updated via 085b77dda045e6fa1e85ebd4affffc3f2916ef2f (commit) from a4bf46d1bd513ca6f30389dd6e53093fcc9e9f9d (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 085b77dda045e6fa1e85ebd4affffc3f2916ef2f 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