mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-22 11:38:24 +00:00
Merge pull request #2610 from etryn/develop
Fixed unnecessary margin on button group buttons
This commit is contained in:
commit
61a4a90d2c
1 changed files with 4 additions and 0 deletions
|
|
@ -181,6 +181,10 @@ a
|
|||
.btn
|
||||
margin-right: 5px
|
||||
|
||||
// Buttons in groups should not have a 5px margin between them; suppress margin for buttons in groups.
|
||||
.btn-group .btn
|
||||
margin-right: 0px
|
||||
|
||||
.modal-indented-list
|
||||
margin-left: 10px;
|
||||
padding-left: 10px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue