diff options
-rw-r--r-- | .config/eww/eww.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/eww/eww.scss b/.config/eww/eww.scss index d34d3c0..c2012ad 100644 --- a/.config/eww/eww.scss +++ b/.config/eww/eww.scss @@ -20,7 +20,7 @@ } } - box:not(:last-child) > label:last-child { + label:last-child { margin-right: 12px; } } |