File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -896,7 +896,7 @@ export default function AdminPage() {
896896 </ div >
897897
898898 < div id = "maintenanceMessageModal" className = "modal hidden" role = "dialog" aria-modal = "true" aria-labelledby = "maintenanceMessageModalTitle" >
899- < div className = "modal-content admin-modal" >
899+ < div className = "modal-content admin-modal admin-maintenance-modal " >
900900 < div className = "modal-header" >
901901 < h3 id = "maintenanceMessageModalTitle" > Maintenance Message</ h3 >
902902 < button className = "modal-close" type = "button" data-close-modal > ×</ button >
Original file line number Diff line number Diff line change 429429}
430430
431431.admin-checklist-grid--modal {
432+ box-sizing : border-box;
433+ width : 100% ;
434+ grid-template-columns : repeat (auto-fit, minmax (145px , 1fr ));
432435 max-height : 300px ;
433436 overflow : auto;
434437 padding : var (--space-2 );
435438 border : 1px solid var (--border );
436439 border-radius : var (--radius-sm );
437440}
438441
442+ .admin-checklist-grid--modal .checkbox-row {
443+ min-width : 0 ;
444+ }
445+
446+ .admin-checklist-grid--modal .checkbox-row span {
447+ min-width : 0 ;
448+ overflow-wrap : anywhere;
449+ }
450+
439451.admin-page-pill {
440452 padding : 0.4rem 0.55rem ;
441453 border : 1px solid var (--border );
10281040 max-width : 520px ;
10291041}
10301042
1043+ .admin-maintenance-modal {
1044+ max-width : min (760px , calc (100vw - 2rem ));
1045+ max-height : calc (100vh - 3rem );
1046+ overflow : auto;
1047+ }
1048+
10311049.admin-main .modal-header {
10321050 display : flex;
10331051 justify-content : space-between;
You can’t perform that action at this time.
0 commit comments