Skip to content

Commit 03c0087

Browse files
willshowellkara
authored andcommitted
docs(demos): contain width of input example forms (#5839)
1 parent 520d833 commit 03c0087

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

src/material-examples/input-errors/input-errors-example.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.example-form {
22
width: 500px;
3+
max-width: 100%;
34
}
45

56
.example-full-width {

src/material-examples/input-form/input-form-example.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.example-form {
22
width: 500px;
3+
max-width: 100%;
34
}
45

56
.example-full-width {

src/material-examples/input-hint/input-hint-example.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.example-form {
22
width: 500px;
3+
max-width: 100%;
34
}
45

56
.example-full-width {

src/material-examples/input-prefix-suffix/input-prefix-suffix-example.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.example-form {
22
width: 500px;
3+
max-width: 100%;
34
}
45

56
.example-full-width {

0 commit comments

Comments
 (0)