Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0

Stop text from overlapping in tables and make them scrollable

This commit is contained in:
mftrhu 2019-03-01 18:27:06 +01:00
parent eb03c079dc
commit 37bc8ce6b7
1 changed files with 6 additions and 1 deletions

View File

@ -16,6 +16,11 @@
overflow: scroll;
white-space: nowrap;
text-overflow: clip;
max-width: 20px;
}
table {
display: block;
overflow-x: auto;
white-space: nowrap;
}
}