From 11aa82b310b28f04e3d6bcd9d8816953b3a01486 Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sun, 26 Aug 2018 20:34:04 +0200 Subject: [PATCH] Fix a bug with upvote / downvote icons sometimes overflowing. Close #28 --- src/components/ReportCard.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/ReportCard.vue b/src/components/ReportCard.vue index 0716ee5..7961dd0 100644 --- a/src/components/ReportCard.vue +++ b/src/components/ReportCard.vue @@ -6,7 +6,7 @@ - + {{ report.label }} @@ -22,7 +22,7 @@ - + thumb_down @@ -145,11 +145,13 @@ export default { .mediumButton { height: 56px; width: 56px; + margin: 0; } .smallButton { height: 40px; width: 40px; + margin: 0; } .secondLine {