diff options
author | RJevnikar <12701645+rjevnikar@users.noreply.github.com> | 2018-06-05 20:23:29 +0000 |
---|---|---|
committer | RJevnikar <12701645+rjevnikar@users.noreply.github.com> | 2018-06-05 20:23:29 +0000 |
commit | 3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c (patch) | |
tree | 78d501d18a4302578b84683b47e8933b8df4f72b /client/components/cards/cardDetails.styl | |
parent | d6eff2a07453cad87623955905ddb6ce247aa719 (diff) | |
download | wekan-3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c.tar.gz wekan-3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c.tar.bz2 wekan-3ce3fa74b350ff1af73b0fffddaeff4b0f126e2c.zip |
Add additional label colours (from pull by JamesLavin), Add Assigned & Requested By text fields.
Diffstat (limited to 'client/components/cards/cardDetails.styl')
-rw-r--r-- | client/components/cards/cardDetails.styl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl index 7dbe8732..db9882df 100644 --- a/client/components/cards/cardDetails.styl +++ b/client/components/cards/cardDetails.styl @@ -82,7 +82,8 @@ &.card-details-item-start, &.card-details-item-due, &.card-details-item-end, - &.card-details-item-customfield + &.card-details-item-customfield, + &.card-details-item-name, max-width: 50% flex-grow: 1 |