Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-03-25 21:49:22 +0300
committerdartcafe <github@dartcafe.de>2021-03-25 21:49:22 +0300
commit4d1acdf6f8de2b5b909838e42d24f2ab7c1bc913 (patch)
tree91ccb990adec67e2b3962da1b52811e2f750ed9b /src/js/views/Vote.vue
parent031a296dacfa6f886803a9479020b0f1f435019c (diff)
styling glitches
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src/js/views/Vote.vue')
-rw-r--r--src/js/views/Vote.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/views/Vote.vue b/src/js/views/Vote.vue
index 672eaa22..6c7184ae 100644
--- a/src/js/views/Vote.vue
+++ b/src/js/views/Vote.vue
@@ -45,7 +45,7 @@
class="error" />
</h2>
- <div class="area__header__description">
+ <div class="description">
<MarkUpDescription />
<OptionProposals v-if="acl.allowAddOptions && proposalsAllowed" />
</div>
@@ -227,7 +227,7 @@ export default {
</script>
<style lang="scss" scoped>
-.area__header__description {
+.description {
display: flex;
flex-wrap: wrap;