From 44a03922e60335215eb93f14441f5905405b7ecc Mon Sep 17 00:00:00 2001 From: Shpuld Shpludson Date: Thu, 20 Jun 2019 13:00:10 +0000 Subject: [PATCH] Fix/messed up long polls --- src/App.scss | 2 ++ src/components/poll/poll.vue | 12 ++++++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/src/App.scss b/src/App.scss index db9f62f02c..e4c764bf0d 100644 --- a/src/App.scss +++ b/src/App.scss @@ -200,6 +200,7 @@ input, textarea, .select { } } + label::before { + flex-shrink: 0; display: inline-block; content: ''; transition: box-shadow 200ms; @@ -236,6 +237,7 @@ input, textarea, .select { } } + label::before { + flex-shrink: 0; display: inline-block; content: '✔'; transition: color 200ms; diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index 28e9f4a867..4c765ae2f5 100644 --- a/src/components/poll/poll.vue +++ b/src/components/poll/poll.vue @@ -31,8 +31,8 @@ :disabled="loading" :value="index" > -