Skip to content

Commit

Permalink
fix(text-area): set wrapper to width:100% to span container (#4995)
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Black <josh@josh.black>
Co-authored-by: TJ Egan <tw15egan@gmail.com>
Co-authored-by: jeanservaas <43144260+jeanservaas@users.noreply.github.com>
  • Loading branch information
4 people committed Jan 13, 2020
1 parent 5c6a4ad commit 91d37e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
.#{$prefix}--text-area__wrapper {
position: relative;
display: flex;
width: 100%;
}

.#{$prefix}--text-area__invalid-icon {
Expand Down

0 comments on commit 91d37e9

Please sign in to comment.