1
0
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:
chylex 2017-03-25 16:05:57 +01:00
parent 5ab769e74d
commit be0df7c5b0

View File

@ -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;
}