https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23147 --- Comment #6 from Owen Leonard <oleonard@myacpl.org> --- (In reply to Kim Olson from comment #5)
Applying the suggestion that Owen posted is beyond me.
To use my suggestion above you would go to Administration -> Global system preferences, and search for "IntranetUserCSS." Click the "Click to edit" link to expand the textarea. Paste in the following text: @media (min-width:613px){#addbibliotabs div.subfield_line label{width:15em}#addbibliotabs .input_marceditor{width:20em}#addbibliotabs .subfield{width:12em}}@media (min-width:768px){#addbibliotabs div.subfield_line label{width:20em}#addbibliotabs .input_marceditor{width:30em}#addbibliotabs .subfield{width:14em}}@media (min-width:1200px){#addbibliotabs div.subfield_line label{width:25em}#addbibliotabs .input_marceditor{width:50em}#addbibliotabs .subfield{width:16em}} Save your changes. -- You are receiving this mail because: You are watching all bug changes.