From 49f9b65e6ceb97afffa3d44eb95e5aca64a5ab40 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 11 Sep 2016 20:55:21 -0400 Subject: Duplicate a task quickly to multiple projects after the creation --- assets/sass/_form.sass | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'assets/sass') diff --git a/assets/sass/_form.sass b/assets/sass/_form.sass index 9a02d25c..54394c41 100644 --- a/assets/sass/_form.sass +++ b/assets/sass/_form.sass @@ -56,10 +56,14 @@ textarea font-family: sans-serif select + font-size: 1.0em max-width: 95% &:focus outline: 0 +select[multiple] + width: 300px + .tag-autocomplete width: 400px -- cgit v1.2.3