Red line below the avatar now correctly on FireFox #3515
@@ -90,7 +90,6 @@ 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
@@ -166,17 +166,15 @@
.minicard-assignees
float: right
margin-left: 5px
-
- .assigneehr
- border-top: 1px solid red
- margin-bottom: 4px
+ border-bottom: 1px solid red
+ margin-bottom: 4px
.member
border-radius: 50%
height: 28px
width: @height
- margin: 0px 0px 4px 0px
.assignee
@@ -9,7 +9,6 @@ avatar-radius = 50%
float: left
height: 30px
- margin: 0 4px 4px 0
cursor: pointer
user-select: none
z-index: 1