Skip to content

Commit

Permalink
fix(input): fix stand-alone text-input item cover
Browse files Browse the repository at this point in the history
Closes #5387
  • Loading branch information
adamdbradley committed Feb 12, 2016
1 parent 224382a commit e2554f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ionic/components/input/input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@

ion-input,
ion-textarea {
position: relative;
display: block;
flex: 1;
width: 100%;
}


.item-input ion-input,
.item-input ion-textarea {
position: static;
}

// Textarea Within An Item
// --------------------------------------------------

Expand Down

0 comments on commit e2554f0

Please sign in to comment.