From 4f81e96021b1219ad450f1572a5e6f1c22954d56 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 9 Feb 2020 15:02:39 +0100 Subject: [PATCH] Fix label input field breaking in a new line on task detail page --- src/styles/components/task.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/styles/components/task.scss b/src/styles/components/task.scss index ab1257a84..46510a907 100644 --- a/src/styles/components/task.scss +++ b/src/styles/components/task.scss @@ -101,11 +101,12 @@ } .multiselect__input, .multiselect__single { - width: 100% !important; + width: auto !important; margin: 0; padding: .35em !important; position: relative !important; background: transparent; + max-width: 100%; } .multiselect__placeholder {