mirror of
https://github.com/kremalicious/umami.git
synced 2024-11-15 17:55:08 +01:00
7 lines
99 B
CSS
7 lines
99 B
CSS
|
.root {
|
||
|
max-width: 100%;
|
||
|
overflow: hidden;
|
||
|
text-overflow: ellipsis;
|
||
|
white-space: nowrap;
|
||
|
}
|