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:35:04 +0000 (11:35 -0500)
commitf652cb7ee6258c5a0222c2a9254a4eada9d24d1a
treebae0254dfde7218ad9414ae131bdb5d6a4f03387
parent64894f25252c0557c3dfcda14d025ced320807a3
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