summaryrefslogtreecommitdiffstats
path: root/client/components/cards/minicard.styl
diff options
context:
space:
mode:
authorIgnatzHome <ignatz@maschath.de>2018-05-20 12:11:58 +0200
committerIgnatzHome <ignatz@maschath.de>2018-05-20 12:11:58 +0200
commit43fe9ef34ac490ad6c141d2259ecc431dc47a81b (patch)
tree2bae46cef56e4aeacd6878961ec8b1e0a11d07b9 /client/components/cards/minicard.styl
parentf910b66ef27c53767dc123880c3bbec00e8daabd (diff)
downloadwekan-43fe9ef34ac490ad6c141d2259ecc431dc47a81b.tar.gz
wekan-43fe9ef34ac490ad6c141d2259ecc431dc47a81b.tar.bz2
wekan-43fe9ef34ac490ad6c141d2259ecc431dc47a81b.zip
style correction for custom fields on minicard
Diffstat (limited to 'client/components/cards/minicard.styl')
-rw-r--r--client/components/cards/minicard.styl7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/components/cards/minicard.styl b/client/components/cards/minicard.styl
index d59f1f63..38f829d0 100644
--- a/client/components/cards/minicard.styl
+++ b/client/components/cards/minicard.styl
@@ -77,6 +77,13 @@
height: @width
border-radius: 2px
margin-left: 3px
+ .minicard-custom-fields
+ display:block;
+ .minicard-custom-field
+ display:flex;
+ .minicard-custom-field-item
+ max-width:50%;
+ flex-grow:1;
.minicard-title
p:last-child
margin-bottom: 0