Truncate text in domain & name columns of website settings table when text content doesn't fit within the cell.

This commit is contained in:
Sophia Willows
2022-02-20 14:08:43 +13:00
parent 1e4c3ebf3b
commit 07e782ca39
4 changed files with 89 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
.root {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}