JaBa/dashboard/public/dist/css/custom.css
2021-12-25 00:37:51 +05:00

6 lines
No EOL
102 B
CSS

.server-name {
overflow: hidden;
width: calc(80%);
white-space: nowrap;
text-overflow: ellipsis;
}