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" > -