Skip to content

Commit 6cb863c

Browse files
committed
don't wrap table contents
1 parent 7405616 commit 6cb863c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/css/style.scss

+4
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,7 @@ input[type="checkbox"]:checked ~ ul{
9696
a i {
9797
margin-right: 3px;
9898
}
99+
100+
.table-wrapper>table tbody tr td, .table-wrapper>table thead th {
101+
white-space: normal;
102+
}

0 commit comments

Comments
 (0)