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

fix: stop text from overlapping in tables and make them scrollable

Bauke/tildes-issue-log!1
This commit is contained in:
Bauke 2019-03-01 17:41:51 +00:00
commit c8dbbf80c8
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;
}
}