Skip to content
This repository was archived by the owner on Aug 30, 2018. It is now read-only.

Commit 0953246

Browse files
committed
Hidden label width fix
1 parent 81e6164 commit 0953246

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/timber.scss.liquid

+2
Original file line numberDiff line numberDiff line change
@@ -1220,8 +1220,10 @@ legend {
12201220
display: inline;
12211221
}
12221222

1223+
.form-horizontal &.hidden-label,
12231224
&.hidden-label {
12241225
height: 0;
1226+
width: 0;
12251227
margin-bottom: 0;
12261228
overflow: hidden;
12271229

0 commit comments

Comments
 (0)