Fix call events layout for message bubble

pull/21833/head
Germain Souquet 2021-07-23 15:15:44 +02:00
parent 3429f73efc
commit 43f809ccc8
1 changed files with 6 additions and 0 deletions

View File

@ -230,6 +230,12 @@ limitations under the License.
}
}
&.mx_EventTile_bubbleContainer {
.mx_EventTile_info {
min-width: 100%;
}
}
& ~ .mx_EventListSummary {
--maxWidth: 80%;
margin-left: calc(var(--avatarSize) + var(--gutterSize));