Bug 36589: Advanced cataloging - restore the correct height of the clipboard
A simple direct fix for the height of the advanced editor's clipboard, which is a <select size="10"> that's currently cut down to the height of one thick line by CSS intended for non-multiple, non-sized selects with dropdown menus. Test plan: 1. Set the pref EnableAdvancedCatalogingEditor to Enable 2. Cataloging -> Advanced editor 3. Note the Clipboard is a single line tall 4. Apply patch, shift+reload Advanced editor 5. Note the Clipboard is ten lines tall Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de> (cherry picked from commit10a8dc5108
) Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com> (cherry picked from commit0413d06b0e
) Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
This commit is contained in:
parent
9ef0f69bb2
commit
80c86b6f21
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ body {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
#clipboard {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/*> MARC editor */
|
||||
#editor .CodeMirror {
|
||||
line-height: 1.2;
|
||||
|
|
Loading…
Reference in a new issue