Skip to content

Commit 30dcf42

Browse files
jendownsjoshblacktw15eganjeanservaas
committed
fix(text-area): set wrapper to width:100% to span container (#4995)
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>
1 parent 8e50686 commit 30dcf42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/components/src/components/text-area/_text-area.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
.#{$prefix}--text-area__wrapper {
7878
position: relative;
7979
display: flex;
80+
width: 100%;
8081
}
8182

8283
.#{$prefix}--text-area__invalid-icon {

0 commit comments

Comments
 (0)