Skip to content

Commit 0ab7c5b

Browse files
committedMar 5, 2025
added min-height to the Shw::Label in the showcase
1 parent 9fc1aab commit 0ab7c5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎showcase/app/styles/showcase-components/label.scss

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
.shw-label {
1111
@include shw-font-family("rubik");
12+
min-height: 0.96rem; // needed to avoid vertical collapsing when the label is empty
1213
margin: 0 0 10px 0;
1314
color: #545454;
1415
font-size: 0.8rem;

0 commit comments

Comments
 (0)