mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: incorrect margins on buttons in modals on mobile
This commit is contained in:
parent
4c1b0e64d7
commit
4266828c62
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,8 @@
|
|||
}
|
||||
|
||||
.modal-footer .btn + .btn {
|
||||
margin-right: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.modal-close {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue