1
0
Fork 0
mirror of synced 2024-10-03 19:43:32 +13:00

Merge pull request #758 from Budibase/fix-text-overflow

fix text overflow
This commit is contained in:
Martin McKeaveney 2020-10-19 16:14:45 +01:00 committed by GitHub
commit 4f43bc21d9

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;