]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP1980874 Limit depth dropdown in patron notes
authorStephanie Leary <stephanie.leary@equinoxOLI.org>
Thu, 19 Jan 2023 15:18:40 +0000 (09:18 -0600)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 1 Mar 2023 16:34:07 +0000 (11:34 -0500)
commit6d6fff80713ff119b501cfe3c485684163bb3e3c
treea7e75741bf99eb68d426e5fd2f40df9dd1510b3e
parentd227bccdd20fd6ff3982488332f9a675a03470b1
LP1980874 Limit depth dropdown in patron notes

Adds standard form control styling to the depth select menu in the
Patron > Create Note modal. This limits the width of the closed dropdown
to the width of the form and prevents long labels from overflowing.

This does not prevent the individual options from overflowing the
<select> width due to the limited CSS support for the <option> tag; all
width and text wrap properties are currently unsupported.

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxOLI.org>
Signed-off-by: Jennifer Pringle <jennifer.pringle@bc.libraries.coop>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/templates/staff/share/t_share_depth_selector.tt2