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>2018-03-07 09:07:18 +0300
committerdartcafe <github@dartcafe.de>2018-03-07 09:07:18 +0300
commit1c286a32994e43b5ce8e4d9266202b9594e926f6 (patch)
tree4cbf91e18c457847e650476c2370cd34203417d0 /templates/create.tmpl.php
parented4c88e355b9e8b5e379b7848abc515684b37875 (diff)
formatting
Diffstat (limited to 'templates/create.tmpl.php')
-rw-r--r--templates/create.tmpl.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/create.tmpl.php b/templates/create.tmpl.php
index 01c8e134..19d5f6b2 100644
--- a/templates/create.tmpl.php
+++ b/templates/create.tmpl.php
@@ -174,7 +174,7 @@
<date-poll-table></date-poll-table>
<div id="date-poll-list">
<input v-model="newPollDate" @keyup.enter="addNewPollDate" placeholder="Add date">
- <ol>
+ <ol class="flex-column">
<li
is="date-poll-item"
v-for="(pollDate, index) in pollDates"
@@ -192,7 +192,7 @@
<text-poll-table></text-poll-table>
<div id="text-poll-list">
<input v-model="newPollText" @keyup.enter="addNewPollText" placeholder="Add poll Option">
- <ol>
+ <ol class="flex-column">
<li
is="text-poll-item"
v-for="(pollText, index) in pollTexts"