mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-23 05:34:58 +05:00
6 lines
102 B
CSS
6 lines
102 B
CSS
|
.server-name {
|
||
|
overflow: hidden;
|
||
|
width: calc(80%);
|
||
|
white-space: nowrap;
|
||
|
text-overflow: ellipsis;
|
||
|
}
|