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;