fix: Wrong height for vertical hr
This commit is contained in:
parent
62d96fd874
commit
9513d6436d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue