Skip to content

Commit 80e4154

Browse files
committed
Added stacked label support for "select"
1 parent 6c9bc15 commit 80e4154

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scss/_form.scss

+9
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,15 @@ textarea {
156156
height: $line-height-computed + $font-size-base + 12px;
157157
}
158158

159+
.item-stacked-label select {
160+
position: relative;
161+
padding: 0px;
162+
max-width: 90%;
163+
direction:ltr;
164+
white-space: pre-wrap;
165+
margin: -3px;
166+
}
167+
159168
.item-floating-label {
160169
display: block;
161170
background-color: transparent;

0 commit comments

Comments
 (0)