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 be7e6dcded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;