Fix overflow on group membership cards
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
c040f6e114
commit
9639a066ff
@ -99,7 +99,9 @@ export default class GroupMemberCard extends Vue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.media-content {
|
.media-content {
|
||||||
overflow: hidden;
|
::v-deep .tags {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user