Merge pull request #758 from Budibase/fix-text-overflow
fix text overflow
This commit is contained in:
commit
4f43bc21d9
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue