fix: stop text from overlapping in tables and make them scrollable
Bauke/tildes-issue-log!1
This commit is contained in:
commit
c8dbbf80c8
|
@ -16,6 +16,11 @@
|
|||
overflow: scroll;
|
||||
white-space: nowrap;
|
||||
text-overflow: clip;
|
||||
max-width: 20px;
|
||||
}
|
||||
|
||||
table {
|
||||
display: block;
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue