mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Always add space between "card details items"
This commit is contained in:
parent
7c7640e63e
commit
12ee7efc5f
1 changed files with 1 additions and 3 deletions
|
@ -211,13 +211,13 @@ avatar-radius = 50%
|
||||||
|
|
||||||
.card-details-item
|
.card-details-item
|
||||||
margin-right: 0.5em
|
margin-right: 0.5em
|
||||||
|
flex-grow: 1
|
||||||
&:last-child
|
&:last-child
|
||||||
margin-right: 0
|
margin-right: 0
|
||||||
&.card-details-item-labels
|
&.card-details-item-labels
|
||||||
display: block
|
display: block
|
||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
max-width: 95%
|
max-width: 95%
|
||||||
flex-grow: 1
|
|
||||||
&.card-details-item-members,
|
&.card-details-item-members,
|
||||||
&.card-details-item-assignees,
|
&.card-details-item-assignees,
|
||||||
&.card-details-item-customfield,
|
&.card-details-item-customfield,
|
||||||
|
@ -225,7 +225,6 @@ avatar-radius = 50%
|
||||||
display: block
|
display: block
|
||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
max-width: 36%
|
max-width: 36%
|
||||||
flex-grow: 1
|
|
||||||
&.card-details-item-creator,
|
&.card-details-item-creator,
|
||||||
&.card-details-item-received,
|
&.card-details-item-received,
|
||||||
&.card-details-item-start,
|
&.card-details-item-start,
|
||||||
|
@ -234,7 +233,6 @@ avatar-radius = 50%
|
||||||
display: block
|
display: block
|
||||||
word-wrap: break-word
|
word-wrap: break-word
|
||||||
max-width: 28%
|
max-width: 28%
|
||||||
flex-grow: 1
|
|
||||||
&.custom-fields
|
&.custom-fields
|
||||||
padding-left: 10px
|
padding-left: 10px
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue