Skip to content

Commit e7fe772

Browse files
authored
docs(material/table): fix example overflowing docs site width (#20063)
Closes angular/material.angular.io#778
1 parent 33b31b1 commit e7fe772

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components-examples/material/table/table-sticky-columns/table-sticky-columns-example.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.example-container {
22
height: 400px;
33
width: 550px;
4+
max-width: 100%;
45
overflow: auto;
56
}
67

0 commit comments

Comments
 (0)