Skip to content

Commit 4d7ae54

Browse files
authored
Merge pull request #122 from kaseyvee/fix
fix(table): responsiveness of table
2 parents cd2ab36 + 76b3773 commit 4d7ae54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/table/table.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
.rustic-table {
2+
max-width: calc(100vw - 100px);
3+
}
4+
15
.rustic-table .rustic-table-title {
26
text-align: center;
37
}

0 commit comments

Comments
 (0)