mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
6 lines
No EOL
114 B
CSS
6 lines
No EOL
114 B
CSS
.server-name {
|
|
overflow: hidden;
|
|
width: calc(80%);
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
} |