Truncate text in domain & name columns of website settings table when text content doesn't fit within the cell.
This commit is contained in:
6
components/common/OverflowText.module.css
Normal file
6
components/common/OverflowText.module.css
Normal file
@@ -0,0 +1,6 @@
|
||||
.root {
|
||||
max-width: 100%;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
}
|
||||
Reference in New Issue
Block a user