Fix overflow on group membership cards

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2021-06-14 16:39:04 +02:00
parent c040f6e114
commit 9639a066ff
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 3 additions and 1 deletions

View File

@ -99,7 +99,9 @@ export default class GroupMemberCard extends Vue {
}
.media-content {
overflow: hidden;
::v-deep .tags {
margin-bottom: 0;
}
}
}