mirror of
https://github.com/bndw/wifi-card.git
synced 2024-12-24 10:06:42 +02:00
Added margin between checkbox, radio box and text (#251)
For issue #250, added margin between checkboxes, radio boxes, and text which was getting messed up when RTL-based language was selected
This commit is contained in:
parent
af04ae6d6c
commit
85ce480dbe
@ -52,6 +52,10 @@ button {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
#settings label span {
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
@media print {
|
||||
body * {
|
||||
visibility: hidden;
|
||||
|
Loading…
Reference in New Issue
Block a user