Skip to content

Commit dbc34be

Browse files
CDDeltajelbourn
authored andcommitted
docs(card): fix card overflowing on smaller screens (#9593)
1 parent 40a5070 commit dbc34be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-examples/card-fancy/card-fancy-example.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.example-card {
2-
width: 400px;
2+
max-width: 400px;
33
}
44

55
.example-header-image {

0 commit comments

Comments
 (0)