Index: lams_central/web/css/_dialogs.scss =================================================================== diff -u -r4d710be17dc384e90d10a8a57c9fe2f7c77c88e2 -rf6ec928138a1e687ccf2059e8b50f3afce8f3640 --- lams_central/web/css/_dialogs.scss (.../_dialogs.scss) (revision 4d710be17dc384e90d10a8a57c9fe2f7c77c88e2) +++ lams_central/web/css/_dialogs.scss (.../_dialogs.scss) (revision f6ec928138a1e687ccf2059e8b50f3afce8f3640) @@ -1,9 +1,13 @@ /*DIALOGS*/ -// must make this bigger or it will restrict authoring to a width of 836px +// must make this bigger or it will restrict authoring/monitoring to a width of 836px (lg) / 500px (md) @include media-breakpoint-up(lg) { - .modal-lg { max-width: $authoring-width-lg; } + .modal-dialog { max-width: $dialog-width-lg; } + .modal-lg { max-width: $dialog-width-lg; } } +@include media-breakpoint-only(md) { + .modal-dialog { max-width: $dialog-width-md; } +} .dialogContainer { -webkit-overflow-scrolling: touch !important;