diff options
author | shoetten <simon@hoetten.org> | 2016-02-05 21:01:43 +0100 |
---|---|---|
committer | shoetten <simon@hoetten.org> | 2016-11-22 21:28:31 +0100 |
commit | 80b93ce7117326464b55a76a9efbeeff36f28248 (patch) | |
tree | 83f884f557f26ca43a9c7d7bf682ad1582199267 /client/components/cards/minicard.styl | |
parent | d4497d7aeb968dbb9f8c4b84fbcc0f7cc3668167 (diff) | |
download | wekan-80b93ce7117326464b55a76a9efbeeff36f28248.tar.gz wekan-80b93ce7117326464b55a76a9efbeeff36f28248.tar.bz2 wekan-80b93ce7117326464b55a76a9efbeeff36f28248.zip |
Display start and due dates in minicards.
Diffstat (limited to 'client/components/cards/minicard.styl')
-rw-r--r-- | client/components/cards/minicard.styl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index 0f6f8ad2..a61f6067 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -91,10 +91,13 @@ margin-right: 11px margin-bottom: 3px font-size: 0.9em + + &:last-of-type + margin-right: 0 .badge-icon, .badge-text - vertical-align: top + vertical-align: middle .badge-text font-size: 0.9em |