1
0
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:
Scott Bishel 2022-10-26 01:25:50 -06:00 committed by GitHub
parent 41e472deec
commit ba792191cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,4 @@
.MultiPerson {
margin-right: 20px;
min-width: 180px;
display: flex;
align-items: center;
border-radius: 4px;

View File

@ -1,7 +1,5 @@
.Person {
padding: 4px 8px;
margin-right: 20px;
min-width: 180px;
display: flex;
align-items: center;
border-radius: 4px;