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-01-29 18:52:17 +0300
committerdartcafe <github@dartcafe.de>2020-01-29 18:52:17 +0300
commit4add1467e4dde4bdb9a425cdbbf1c1ed12d5af25 (patch)
treea8f655bdc5fe8298fe0bc60aca6b3bef11256d96
parentdc29c583b94433c51605d645a4397d1324f131fd (diff)
Extended width of owner in pollList item
-rw-r--r--src/js/components/PollList/PollListItem.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/components/PollList/PollListItem.vue b/src/js/components/PollList/PollListItem.vue
index 8b10a77f..1bacebf1 100644
--- a/src/js/components/PollList/PollListItem.vue
+++ b/src/js/components/PollList/PollListItem.vue
@@ -260,7 +260,7 @@ export default {
.owner {
flex: 0 0 auto;
- width: 130px;
+ width: 230px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;