fix: update modal dialog class to improve responsiveness on larger screens
This commit is contained in:
@@ -58,7 +58,7 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 1600px) {
|
@media screen and (min-width: 1600px) {
|
||||||
.modal-dialog {
|
.modal-xl {
|
||||||
max-width: 90%;
|
max-width: 90%;
|
||||||
/* New width for default modal */
|
/* New width for default modal */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user