1
0
Fork 0
mirror of https://framagit.org/framasoft/mobilizon.git synced 2024-12-22 16:03:25 +00:00

Fix Creator button height

Fix #274.
This commit is contained in:
Guillaume Ayoub 2019-11-13 22:21:40 +01:00 committed by Thomas Citharel
parent 2570fe5f42
commit 0665be73f3
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

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>