Fix long call titles overflowing in calls list

This commit is contained in:
Jamie Kyle 2024-11-25 12:15:02 -08:00 committed by GitHub
parent ffd61e80b6
commit 7dced11b57
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,6 +33,7 @@ button.ListTile {
}
&__content {
min-width: 0;
flex: 1;
display: flex;
flex-direction: column;