diff options
author | Lauri Ojansivu <x@xet7.org> | 2020-04-01 19:39:02 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2020-04-01 19:39:02 +0300 |
commit | d0003a334fdb39070e5ad31809c56665476f2f8f (patch) | |
tree | 599197e61c44498c5e799109b6f15be58fa47daa /client/components/cards | |
parent | 35427063ff81feb3fae95260cf07390b63eea90f (diff) | |
download | wekan-d0003a334fdb39070e5ad31809c56665476f2f8f.tar.gz wekan-d0003a334fdb39070e5ad31809c56665476f2f8f.tar.bz2 wekan-d0003a334fdb39070e5ad31809c56665476f2f8f.zip |
Minicard labels on the top and title on bottom.
Thanks to helioguardabaxo and xet7 !
Closes #2980
Diffstat (limited to 'client/components/cards')
-rw-r--r-- | client/components/cards/minicard.styl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl index 8607e118..7d72a588 100644 --- a/client/components/cards/minicard.styl +++ b/client/components/cards/minicard.styl @@ -79,7 +79,7 @@ border-radius: top 2px .minicard-labels - float: right + float: none display: flex flex-wrap: wrap |