Skip to content

Commit

Permalink
Added stacked label support for "select"
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaziz committed May 31, 2015
1 parent 6c9bc15 commit 80e4154
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-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 80e4154

Please sign in to comment.