Bug 38943: Increase macro modal width in advanced editor
To test: 1. Turn on EnableAdvancedCatalogingEditor 2. From the advanced editor, pull up the modal for macros. 3. Notice the size. 4. APPLY PATCH 5. Try step 2 again, this time the modal is wider. 6. Try on different screen sizes. Signed-off-by: Barbara Johnson <barbara.johnson@bedfordtx.gov> Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
26f8caee20
commit
44002e9c37
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@
|
|||
</div>
|
||||
|
||||
<div id="macro-ui" class="modal" tabindex="-1" role="dialog" aria-labelledby="macro-title" aria-hidden="true">
|
||||
<div class="modal-dialog modal-lg">
|
||||
<div class="modal-dialog modal-xl">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<h1 class="modal-title" id="macro-title">Macros</h1>
|
||||
|
|
Loading…
Reference in a new issue