mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Feature: display description for group cards
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
{{else}}
|
||||
<h2 class='username'>{{group.name}}</h2>
|
||||
{{/if}}
|
||||
<h2 class='bio'>{{{group.bio_cooked}}}</h2>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -48,6 +48,11 @@ $user_card_background: $secondary;
|
||||
}
|
||||
}
|
||||
|
||||
.bio {
|
||||
max-height: 200px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
&.no-bg {
|
||||
min-height: 50px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user