Skip to content

Commit

Permalink
Make it so multiline, fullwidth textfield is not more than 100% width.
Browse files Browse the repository at this point in the history
  • Loading branch information
slipo committed Sep 27, 2018
1 parent 9901d4c commit 7b197e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/material-ui/src/FilledInput/FilledInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export const styles = theme => {
backgroundColor: light ? 'rgba(0, 0, 0, 0.09)' : 'rgba(255, 255, 255, 0.09)',
borderTopLeftRadius: theme.shape.borderRadius,
borderTopRightRadius: theme.shape.borderRadius,
boxSizing: 'border-box',
transition: theme.transitions.create('background-color', {
duration: theme.transitions.duration.shorter,
easing: theme.transitions.easing.easeOut,
Expand Down

0 comments on commit 7b197e7

Please sign in to comment.