Skip to content
This repository was archived by the owner on Mar 25, 2024. It is now read-only.

Commit 0573a85

Browse files
committed
Responsive table comlumns
1 parent 98fce8c commit 0573a85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/styles/table.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
--bs-table-color: #53567e;
2121
}
2222

23-
.table thead th {
23+
.table thead th,
24+
.table tbody td {
2425
white-space: nowrap;
2526
}
2627

@@ -86,7 +87,7 @@
8687
opacity: 0;
8788
transform: translateX(-10px);
8889
}
89-
90+
9091
to {
9192
opacity: 1;
9293
transform: translateX(0);

0 commit comments

Comments
 (0)