fix long gang name bug
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user