From 2a8fc17bfc281528f082c28c62c73b3798025496 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Sat, 27 Mar 2021 12:29:42 -0600 Subject: [PATCH] Add padding back to the other team answers --- web/src/components/GameBoard.vue | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue index cf9eb90..0ce7393 100644 --- a/web/src/components/GameBoard.vue +++ b/web/src/components/GameBoard.vue @@ -298,12 +298,9 @@ input[type="text"] { input[type="text"]:focus { border-color: var(--board-background-text); } -/* input[type="text"].team-answer { - padding-right: 5%; -} input[type="text"].other-team-answer { - padding-left: 5%; -} */ + padding-left: 35px; +} #past-questions-toggle { background-color: var(--past-questions-button-default);