1
0
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:
Ali Farooq 2022-09-14 09:57:16 +05:00 committed by GitHub
parent af04ae6d6c
commit 85ce480dbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,10 @@ button {
padding: 1em;
}
#settings label span {
margin-right: 8px;
}
@media print {
body * {
visibility: hidden;