Merge branch 'master' into 'master'

Fix Creator button height

Closes #274

See merge request framasoft/mobilizon!318
This commit is contained in:
Thomas Citharel 2019-11-18 10:19:42 +01:00
commit 765b1f673f
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>