Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit 467e7d6

Browse files
authored
fix(text-field): Should apply fullwidth modifier (#1582)
1 parent 0614eba commit 467e7d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/textfield/textarea.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import { MdcTextField } from './text-field';
1515
'class': 'mdc-text-field',
1616
'[class.mdc-text-field--textarea]': 'true',
1717
'[class.mdc-text-field--dense]': 'dense',
18+
'[class.mdc-text-field--fullwidth]': 'fullwidth',
1819
'[class.mdc-text-field--invalid]': 'errorState'
1920
},
2021
template: `

0 commit comments

Comments
 (0)