From 7f36364228ffb960bc266b6b3a3afe284bdc19eb Mon Sep 17 00:00:00 2001
From: Pieter Dirk Soels
Date: Thu, 15 Dec 2022 13:55:06 +0100
Subject: [PATCH] Align labels with surrounding elements
---
website/_sass/color_schemes/_common.scss | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/website/_sass/color_schemes/_common.scss b/website/_sass/color_schemes/_common.scss
index bb501a178d4..f004a964e4a 100644
--- a/website/_sass/color_schemes/_common.scss
+++ b/website/_sass/color_schemes/_common.scss
@@ -5,13 +5,8 @@
}
.label {
- // Reduce spacing from `$sp-2` to `$sp-1`.
- margin-left: $sp-1 !important;
- margin-right: $sp-1 !important;
-
- &:first-of-type {
- margin-left: 0;
- }
+ // Reduce spacing between labels and align with surrounding elements.
+ margin-left: 0 !important;
}
footer {