diff options
author | Maxime Quandalle <maxime@quandalle.com> | 2015-12-09 22:55:30 -0500 |
---|---|---|
committer | Maxime Quandalle <maxime@quandalle.com> | 2015-12-09 23:20:53 -0500 |
commit | 0954ef3e441da585ca0f801301ab7ea6e83e7cbf (patch) | |
tree | 56fe27705ba3c0ba96df78a059c6eda21c4836d3 /client/components/cards/minicard.styl | |
parent | 480ef632730b28c9a7ec4d6dfd6e682c8df7c099 (diff) | |
download | wekan-0954ef3e441da585ca0f801301ab7ea6e83e7cbf.tar.gz wekan-0954ef3e441da585ca0f801301ab7ea6e83e7cbf.tar.bz2 wekan-0954ef3e441da585ca0f801301ab7ea6e83e7cbf.zip |
Dynamically resize the new card form if the title is too long
Diffstat (limited to 'client/components/cards/minicard.styl')
-rw-r--r-- | client/components/cards/minicard.styl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index 1c27efff..47d160f4 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -133,5 +133,6 @@ margin: 0 padding: 0 max-height: 162px - min-height: 54px + min-height: 36px + margin-bottom: 20px overflow-y: auto |