diff --git a/dashboard/app/globals.css b/dashboard/app/globals.css index 7b6371c..7568e01 100644 --- a/dashboard/app/globals.css +++ b/dashboard/app/globals.css @@ -1129,6 +1129,7 @@ a { max-width: 480px; max-height: 90vh; overflow-y: auto; + overflow-x: hidden; box-shadow: var(--md-elevation-3); animation: modal-fade-in 200ms ease-out; } @@ -1195,6 +1196,15 @@ a { gap: 20px; } +.modal-body-form .form-row { + flex-wrap: wrap; +} + +.modal-body-form .form-row > .form-field { + min-width: 0; + flex: 1 1 140px; +} + /* ===== Tab Bar ===== */ .tab-bar { display: flex;