mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Fix call events layout for message bubble
This commit is contained in:
parent
3429f73efc
commit
43f809ccc8
1 changed files with 6 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue