Skip to content

Commit

Permalink
style(popup): input,textarea 100% width
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Mar 4, 2015
1 parent 811cc27 commit 71f788e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/_popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@
@include display-flex();
@include flex-direction(column);
}

input,
textarea {
width: 100%;
}
}

.popup-head {
Expand Down

0 comments on commit 71f788e

Please sign in to comment.