Fix table overflow when there is long data that exceeds page width

pull/1824/head
Tim Lim 2 years ago
parent 6d69e1e86e
commit 3e196ecec0

@ -134,6 +134,9 @@ table {
border-collapse: separate;
border-spacing: 0;
border-radius: 3px;
display: inline-block;
overflow-x: auto;
max-width: 100%;
}
caption {

Loading…
Cancel
Save