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

View File

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