fix: Wrong height for vertical hr

This commit is contained in:
sthag 2025-07-28 22:15:03 +02:00
parent 62d96fd874
commit 9513d6436d

View file

@ -70,7 +70,7 @@ hr {
&.vertical {
display: inline;
height: $line_basic;
height: $space_tiny;
margin: 0 $space_double;
border-width: 0 $width_border_basic 0 0;
}