mirror of
https://github.com/discourse/discourse.git
synced 2025-06-20 23:31:32 +08:00
Default modals were too wide
This commit is contained in:
@ -81,7 +81,7 @@
|
||||
}
|
||||
|
||||
.modal-inner-container {
|
||||
max-width: 960px;
|
||||
max-width: 700px;
|
||||
margin: 0 auto;
|
||||
background-color: $secondary;
|
||||
background-clip: padding-box;
|
||||
|
@ -4,6 +4,7 @@
|
||||
|
||||
.modal-inner-container {
|
||||
min-height: 500px;
|
||||
max-width: 960px;
|
||||
}
|
||||
#revision-controls {
|
||||
float: left;
|
||||
|
Reference in New Issue
Block a user