Fix Creator button height

Fix #274.
This commit is contained in:
Guillaume Ayoub 2019-11-13 22:21:40 +01:00
parent 0a7ecdc5ef
commit 6d50113530
1 changed files with 7 additions and 3 deletions

View File

@ -62,4 +62,8 @@ export default class ParticipantCard extends Vue {
</script>
<style lang="scss">
@import "../../variables.scss";
.card-footer-item {
height: $control-height;
}
</style>