mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Optimize member list popups
This commit is contained in:
parent
c8a743bb8e
commit
18c49695b1
1 changed files with 9 additions and 1 deletions
|
@ -88,7 +88,7 @@
|
|||
height: 20px;
|
||||
}
|
||||
.pop-over .quiet {
|
||||
padding: 6px 6px 4px;
|
||||
/* padding: 6px 6px 4px;*/
|
||||
}
|
||||
.pop-over.search-over {
|
||||
background: #f0f0f0;
|
||||
|
@ -152,6 +152,14 @@
|
|||
text-decoration: none;
|
||||
overflow: hidden;
|
||||
line-height: 33px;
|
||||
display:flex;
|
||||
/* flex-wrap:wrap;*/
|
||||
gap:5px;
|
||||
align-items: center;
|
||||
}
|
||||
.pop-over-list li > a > .member{
|
||||
align-self: flex-start;
|
||||
flex:0 0 auto;
|
||||
}
|
||||
.pop-over-list li > a .item-name {
|
||||
display: block;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue