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-01-28 22:22:24 +0300
committerdartcafe <github@dartcafe.de>2021-01-28 22:22:24 +0300
commit3ac4f1c140ca3731cb4ab45d381d4cc5c258d254 (patch)
treebab6bddfaaefaa8f89c6983788a7745c4b1eeb6b /src/js/views/Vote.vue
parent92a730c62dc7741e6ede1c6700a782ad44767ce4 (diff)
display newline
Diffstat (limited to 'src/js/views/Vote.vue')
-rw-r--r--src/js/views/Vote.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/js/views/Vote.vue b/src/js/views/Vote.vue
index abe4147f..22ee9089 100644
--- a/src/js/views/Vote.vue
+++ b/src/js/views/Vote.vue
@@ -336,6 +336,10 @@ export default {
</script>
<style lang="scss" scoped>
+.description {
+ white-space: pre;
+}
+
.header-actions {
display: flex;
justify-content: flex-end;