Feature: display description for group cards

This commit is contained in:
Jeff Wong 2018-05-07 10:44:37 -07:00
parent ee1eb1a5bd
commit 9738025bb2
2 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,7 @@
{{else}} {{else}}
<h2 class='username'>{{group.name}}</h2> <h2 class='username'>{{group.name}}</h2>
{{/if}} {{/if}}
<h2 class='bio'>{{{group.bio_cooked}}}</h2>
</span> </span>
</div> </div>

View File

@ -48,6 +48,11 @@ $user_card_background: $secondary;
} }
} }
.bio {
max-height: 200px;
overflow: auto;
}
&.no-bg { &.no-bg {
min-height: 50px; min-height: 50px;