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;