fix long gang name bug

This commit is contained in:
Bilal
2020-10-09 21:31:41 +03:00
parent 1729cbb68d
commit 1e7956d6b1
3 changed files with 29 additions and 6 deletions

View File

@@ -58,4 +58,19 @@
.bump {
margin-left: 2em;
}
.overflow {
width: 120px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.clickable {
cursor: pointer;
}
.no-overflow {
white-space: nowrap;
}