2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-05 08:59:27 +08:00

Default modals were too wide

This commit is contained in:
Kris 2018-02-09 15:45:34 -05:00
parent 597f17bf70
commit 88a992014b
2 changed files with 2 additions and 1 deletions

View file

@ -81,7 +81,7 @@
}
.modal-inner-container {
max-width: 960px;
max-width: 700px;
margin: 0 auto;
background-color: $secondary;
background-clip: padding-box;