mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 12:47:13 +01:00
Truncate text in domain & name columns of website settings table when text content doesn't fit within the cell.
This commit is contained in:
parent
1e4c3ebf3b
commit
07e782ca39
4 changed files with 89 additions and 2 deletions
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;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue