mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: incorrect margins on buttons in modals on mobile
This commit is contained in:
@@ -45,8 +45,8 @@
|
||||
}
|
||||
|
||||
.modal-footer .btn + .btn {
|
||||
margin-right: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.modal-close {
|
||||
|
||||
Reference in New Issue
Block a user