From 0a55d967e4bd0db575dfb046f61d58accbcf045a Mon Sep 17 00:00:00 2001 From: sthag Date: Mon, 20 Oct 2025 20:05:24 +0200 Subject: [PATCH] fix: Remove height from vertical hr --- elements/_grouping.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/elements/_grouping.scss b/elements/_grouping.scss index 6655048..d2e811a 100644 --- a/elements/_grouping.scss +++ b/elements/_grouping.scss @@ -71,7 +71,6 @@ hr { &.vertical { display: inline; - height: $space_tiny; margin: 0 $space_double; border-width: 0 $width_border_basic 0 0; }