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