mirror of
https://github.com/wekan/wekan.git
synced 2026-02-19 22:48:07 +01:00
Assignee field like Jira #2452 , in progress.
This commit is contained in:
parent
b56ddf9df9
commit
ea823ab68f
3 changed files with 5 additions and 48 deletions
|
|
@ -130,7 +130,8 @@ $popupWidth = 300px
|
|||
.popup-container-depth-{depth}
|
||||
transform: translateX(- depth * $popupWidth)
|
||||
|
||||
.select-members-list
|
||||
.select-members-list,
|
||||
.select-avatars-list
|
||||
margin-bottom: 8px
|
||||
|
||||
.pop-over-list
|
||||
|
|
@ -230,7 +231,8 @@ $popupWidth = 300px
|
|||
min-height: 56px
|
||||
position: relative
|
||||
|
||||
.member
|
||||
.member,
|
||||
.avatar
|
||||
position: absolute
|
||||
top: 2px
|
||||
left: 2px
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue