mirror of
https://github.com/discourse/discourse.git
synced 2025-04-17 00:39:31 +08:00
FIX: Widen modal on desktop
This commit is contained in:
parent
ed95a6005b
commit
0991c4ae7e
@ -3,9 +3,13 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.modal-body {
|
||||
width: 100%;
|
||||
width: 375px;
|
||||
box-sizing: border-box;
|
||||
|
||||
@media (max-width: 600px) {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.control-label {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user