reset(css): table: scroll when content length

exceeds page/section width
This commit is contained in:
Aditya Telange 2020-09-30 18:25:39 +05:30
parent 61cbbee16c
commit dfa8561ce4
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -74,6 +74,9 @@ table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
display: block;
overflow-x: scroll;
word-break: keep-all;
}
button,