Skip to content

Commit 889ea34

Browse files
committed
Merge pull request #3869 from mkaziz/master
Added support for .item-stacked-label and select statements
2 parents 3d4c5d1 + d578d78 commit 889ea34

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: 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-select.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)