mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-23 03:15:48 +02:00
Tweak radio and checkbox margins in edit-design plugin
This commit is contained in:
parent
5ab769e74d
commit
be0df7c5b0
@ -169,12 +169,12 @@
|
||||
|
||||
.td-modal-content label.radio {
|
||||
display: inline-block;
|
||||
margin: 6px 16px 5px 4px;
|
||||
margin: 0 16px 5px 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.td-modal-content label.checkbox {
|
||||
margin: 6px 16px 5px 4px;
|
||||
margin: 0 16px 5px 4px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user