Skip to content

Commit

Permalink
Make modal wider
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonKowalski committed Aug 26, 2023
1 parent 4cb6dfc commit 4e3e9be
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/themes/ecommons/styles/_cul_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,8 @@ a.dont-break-out {
.dropdown-header {
color: var(--cul-gray);
border-bottom: 1px solid #eee;
}
}

.modal-dialog {
max-width: 1140px !important;
}

0 comments on commit 4e3e9be

Please sign in to comment.