From 05023583da92a2c79ee1ed2d4d6530190913551e Mon Sep 17 00:00:00 2001 From: nicfreeman1209 <14160941+nicfreeman1209@users.noreply.github.com> Date: Thu, 6 May 2021 10:35:08 +0100 Subject: [PATCH] requested change Co-authored-by: Steffen --- src/components/modals/VoteHistoryModal.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/modals/VoteHistoryModal.vue b/src/components/modals/VoteHistoryModal.vue index 83abebf..882da50 100644 --- a/src/components/modals/VoteHistoryModal.vue +++ b/src/components/modals/VoteHistoryModal.vue @@ -136,7 +136,7 @@ export default { .option { color: white; text-decoration: none; - margin: 0 15px 0 15px; + margin: 0 15px; &:hover { color: red; cursor: pointer;