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 <[email protected]>
Co-authored-by: TJ Egan <[email protected]>
Co-authored-by: jeanservaas <[email protected]>
  • Loading branch information
4 people committed Jan 23, 2020
1 parent 8e50686 commit 30dcf42
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 30dcf42

Please sign in to comment.