Fix Creator button height

Fix #274.
This commit is contained in:
Guillaume Ayoub 2019-11-13 22:21:40 +01:00
parent a42e141af6
commit e96967dc91

View File

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