fix text overflow

This commit is contained in:
Martin McKeaveney 2020-10-19 16:07:29 +01:00
parent 803a0051eb
commit 272f79e70f
1 changed files with 1 additions and 0 deletions

View File

@ -178,6 +178,7 @@
td {
max-width: 200px;
text-overflow: ellipsis;
overflow: hidden;
border: 1px solid var(--grey-4);
white-space: nowrap;
box-sizing: border-box;