Skip to content

Commit

Permalink
Fixed Display issues with assignee on minicard.
Browse files Browse the repository at this point in the history
Thanks to bronger and xet7 !

Fixes #3434
  • Loading branch information
xet7 committed Jan 16, 2021
1 parent 058b95f commit aa34da6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions client/components/cards/minicard.jade
Expand Up @@ -85,6 +85,7 @@ template(name="minicard")
.minicard-assignees.js-minicard-assignees
each getAssignees
+userAvatar(userId=this)
hr(class="assigneehr" title="{{_ 'assignee'}}")

if getMembers
.minicard-members.js-minicard-members
Expand Down
8 changes: 6 additions & 2 deletions client/components/cards/minicard.styl
Expand Up @@ -165,7 +165,11 @@
.minicard-members,
.minicard-assignees
float: right
margin: 2px -8px 2px 0
margin-left: 5px

.assigneehr
border-top: 1px solid red
margin-bottom: 4px

.member
float: right
Expand All @@ -180,7 +184,7 @@
width: @height

+ .badges
margin-top: 10px
margin-top: 5px

.minicard-members:empty,
.minicard-assignees:empty
Expand Down

0 comments on commit aa34da6

Please sign in to comment.