Skip to content

Commit ddbbdbe

Browse files
committed
fix padding on stacked select label to match stacked input label
2 parents ed38b3f + 89c24ed commit ddbbdbe

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

scss/_form.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ textarea {
162162
max-width: 90%;
163163
direction: ltr;
164164
white-space: pre-wrap;
165-
}
165+
}
166+
166167

167168
.item-floating-label {
168169
display: block;

0 commit comments

Comments
 (0)