diff options
author | IgnatzHome <ignatz@maschath.de> | 2018-05-17 21:57:54 +0200 |
---|---|---|
committer | IgnatzHome <ignatz@maschath.de> | 2018-05-17 21:57:54 +0200 |
commit | 0dfc62c025c10ebe4b821dbea8e4508601daf671 (patch) | |
tree | 2813b94345e59fa6f0fd93f21f2ece9eec96044e /client/components/cards/cardDetails.styl | |
parent | 7186b947b25d0f7d1d4fb08d1d29cd173dd69ff3 (diff) | |
download | wekan-0dfc62c025c10ebe4b821dbea8e4508601daf671.tar.gz wekan-0dfc62c025c10ebe4b821dbea8e4508601daf671.tar.bz2 wekan-0dfc62c025c10ebe4b821dbea8e4508601daf671.zip |
Removing Doupling start / end and more style corrections
Diffstat (limited to 'client/components/cards/cardDetails.styl')
-rw-r--r-- | client/components/cards/cardDetails.styl | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/components/cards/cardDetails.styl b/client/components/cards/cardDetails.styl index f4ca107b..dc6ab94f 100644 --- a/client/components/cards/cardDetails.styl +++ b/client/components/cards/cardDetails.styl @@ -80,12 +80,10 @@ &.card-details-item-received, &.card-details-item-start, &.card-details-item-due, - &.card-details-item-end + &.card-details-item-end, + &.card-details-item-customfield width: 50% flex-shrink: 1 - &.card-details-item-customfield - max-width: 50% - flex-grow: 1 .card-details-item-title font-size: 16px |