From 3639498b3f7d99270df285b689d924b37a4f50e5 Mon Sep 17 00:00:00 2001 From: konrad Date: Sun, 27 Mar 2022 20:37:25 +0000 Subject: [PATCH] fix: add task input layout on mobile (#1615) On non-english locales the placeholder text would wrap, making the placeholder longer than it needed to be. To fix that, I've made sure the placeholder will never wrap and reduced the button to a single icon. Co-authored-by: kolaente Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1615 --- src/components/tasks/add-task.vue | 39 ++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 9 deletions(-) diff --git a/src/components/tasks/add-task.vue b/src/components/tasks/add-task.vue index ab079f286..c5d00b12f 100644 --- a/src/components/tasks/add-task.vue +++ b/src/components/tasks/add-task.vue @@ -5,6 +5,7 @@