Skip to content

Commit

Permalink
Make modals less wide on wide screens
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Oct 15, 2023
1 parent d6c17a6 commit ac84ad7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/app/assets/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,7 @@ body{

.modal-xxl{
width: 100% !important;
max-width: none;
/*margin: auto !important;*/
max-width: 82em;
}
#button-bar{
position: fixed;
Expand Down

0 comments on commit ac84ad7

Please sign in to comment.