fix long group name overflow on home page

This commit is contained in:
william Murphy 2019-12-07 15:05:48 -06:00
parent f215c44cc7
commit 8528674539

View file

@ -67,4 +67,8 @@ export default {
.fas {
margin-right: 8px;
}
h2 {
overflow: hidden;
text-overflow: ellipsis;
}
</style>