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>2020-09-14 15:37:48 +0300
committerdartcafe <github@dartcafe.de>2020-09-14 15:37:48 +0300
commit2abaff455c85ffbedb618e3fdb8b6ee33abce64e (patch)
tree58b88f6535801a0a1c99bb93013f880402c1a93a
parent348f41e38fc52e7e16df0f75ee76da8fd0503efd (diff)
fix #1089
-rw-r--r--src/js/App.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/App.vue b/src/js/App.vue
index d4985ee1..fe973373 100644
--- a/src/js/App.vue
+++ b/src/js/App.vue
@@ -216,7 +216,7 @@ export default {
}
.description {
- white-space: break-spaces;
+ white-space: pre-wrap;
margin: 8px 0;
}