Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix call events layout for message bubble #6465

Merged
merged 7 commits into from
Jul 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions res/css/views/rooms/_EventBubbleTile.scss
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,12 @@ limitations under the License.
}
}

&.mx_EventTile_bubbleContainer {
.mx_EventTile_info {
germain-gg marked this conversation as resolved.
Show resolved Hide resolved
min-width: 100%;
}
}

& ~ .mx_EventListSummary {
--maxWidth: 80%;
margin-left: calc(var(--avatarSize) + var(--gutterSize));
Expand Down