Skip to content

Commit

Permalink
Merge pull request #3869 from mkaziz/master
Browse files Browse the repository at this point in the history
Added support for .item-stacked-label and select statements
  • Loading branch information
mlynch committed Dec 6, 2015
2 parents 3d4c5d1 + d578d78 commit 889ea34
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scss/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,15 @@ textarea {
height: $line-height-computed + $font-size-base + 12px;
}

.item-select.item-stacked-label select {
position: relative;
padding: 0px;
max-width: 90%;
direction:ltr;
white-space: pre-wrap;
margin: -3px;
}

.item-floating-label {
display: block;
background-color: transparent;
Expand Down

0 comments on commit 889ea34

Please sign in to comment.