From 2db244b14b4408349c84014cac93d45bc9bc32f6 Mon Sep 17 00:00:00 2001 From: nicfreeman1209 Date: Fri, 12 Feb 2021 22:53:49 +0000 Subject: [PATCH] fix votehistory alignment when maximized --- src/components/modals/VoteHistoryModal.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/modals/VoteHistoryModal.vue b/src/components/modals/VoteHistoryModal.vue index 6037977..d797ddc 100644 --- a/src/components/modals/VoteHistoryModal.vue +++ b/src/components/modals/VoteHistoryModal.vue @@ -107,6 +107,8 @@ h3 { table { border-spacing: 10px 0; + margin-left: auto; + margin-right: auto; } thead td {