fix long group name overflow on home page
This commit is contained in:
parent
f215c44cc7
commit
8528674539
1 changed files with 4 additions and 0 deletions
|
@ -67,4 +67,8 @@ export default {
|
|||
.fas {
|
||||
margin-right: 8px;
|
||||
}
|
||||
h2 {
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
</style>
|
Loading…
Reference in a new issue