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

View File

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