mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
reset(css): table: scroll when content length
exceeds page/section width
This commit is contained in:
parent
61cbbee16c
commit
dfa8561ce4
@ -74,6 +74,9 @@ table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
display: block;
|
||||
overflow-x: scroll;
|
||||
word-break: keep-all;
|
||||
}
|
||||
|
||||
button,
|
||||
|
Loading…
Reference in New Issue
Block a user