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
path: root/src
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2021-04-27 23:08:47 +0300
committerdartcafe <github@dartcafe.de>2021-04-27 23:08:47 +0300
commit13143651a7114658e9c9b9ae419a0e02c87d274b (patch)
tree8bf8fb2386494d6bec510dc266ae59a848bde49b /src
parent774fa6135a786104960d836da11bde786221ee56 (diff)
fix header display
Signed-off-by: dartcafe <github@dartcafe.de>
Diffstat (limited to 'src')
-rw-r--r--src/js/views/PollList.vue14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/js/views/PollList.vue b/src/js/views/PollList.vue
index 329fb932..f114d3b1 100644
--- a/src/js/views/PollList.vue
+++ b/src/js/views/PollList.vue
@@ -23,12 +23,14 @@
<template>
<AppContent class="poll-list">
<div class="area__header">
- <h2 class="title">
- {{ title }}
- </h2>
- <h3 class="description">
- {{ description }}
- </h3>
+ <div>
+ <h2 class="title">
+ {{ title }}
+ </h2>
+ <h3 class="description">
+ {{ description }}
+ </h3>
+ </div>
</div>
<div class="area__main">