mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-27 08:31:20 +02:00
GH 3830 - fix person/multi-person overflow (#4063)
This commit is contained in:
parent
41e472deec
commit
ba792191cd
@ -1,6 +1,4 @@
|
||||
.MultiPerson {
|
||||
margin-right: 20px;
|
||||
min-width: 180px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 4px;
|
||||
|
@ -1,7 +1,5 @@
|
||||
.Person {
|
||||
padding: 4px 8px;
|
||||
margin-right: 20px;
|
||||
min-width: 180px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
border-radius: 4px;
|
||||
|
Loading…
Reference in New Issue
Block a user