mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
resolving merge conflicts
This commit is contained in:
commit
9518a5c11e
30 changed files with 880 additions and 58 deletions
|
|
@ -69,10 +69,11 @@
|
|||
|
||||
.card-details-items
|
||||
display: flex
|
||||
margin: 15px 0
|
||||
flex-wrap: wrap
|
||||
margin: 0 0 15px
|
||||
|
||||
.card-details-item
|
||||
margin-right: 0.5em
|
||||
margin: 15px 0.5em 0 0
|
||||
&:last-child
|
||||
margin-right: 0
|
||||
&.card-details-item-labels,
|
||||
|
|
@ -83,6 +84,9 @@
|
|||
&.card-details-item-end
|
||||
width: 50%
|
||||
flex-shrink: 1
|
||||
&.card-details-item-customfield
|
||||
max-width: 50%
|
||||
flex-grow: 1
|
||||
|
||||
.card-details-item-title
|
||||
font-size: 16px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue