1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-24 13:43:12 +02:00

Fix table multiperson (#4613)

* clear overflow on multiperson

* clear overflow on multiperson
This commit is contained in:
Scott Bishel 2023-03-06 08:48:30 -07:00 committed by GitHub
parent 56954e0491
commit d16bbcbe10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,6 +203,7 @@
width: inherit;
}
.MultiPerson.octo-propertyvalue,
.Person.octo-propertyvalue,
.DateRange.octo-propertyvalue {
overflow: unset;