diff options
| author | Ali Farooq <alifarooq122@gmail.com> | 2022-09-14 09:57:16 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-13 21:57:16 -0700 |
| commit | 85ce480dbe73589529dc4cb9136b8de7530c6d1d (patch) | |
| tree | 2aed8f988e23eb655ef814a3f3b78e0b9fafb88f /src/components/style.css | |
| parent | af04ae6d6c048af014a10cac12287bb8ecb19711 (diff) | |
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
Diffstat (limited to 'src/components/style.css')
| -rw-r--r-- | src/components/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/style.css b/src/components/style.css index 0b35cf0..5275770 100644 --- a/src/components/style.css +++ b/src/components/style.css | |||
| @@ -52,6 +52,10 @@ button { | |||
| 52 | padding: 1em; | 52 | padding: 1em; |
| 53 | } | 53 | } |
| 54 | 54 | ||
| 55 | #settings label span { | ||
| 56 | margin-right: 8px; | ||
| 57 | } | ||
| 58 | |||
| 55 | @media print { | 59 | @media print { |
| 56 | body * { | 60 | body * { |
| 57 | visibility: hidden; | 61 | visibility: hidden; |
