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

Commit 8509096

Browse files
authored
Merge pull request #6465 from matrix-org/gsouquet/fix-18144
2 parents a7c15b2 + 11322b8 commit 8509096

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

res/css/views/messages/_CallEvent.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ limitations under the License.
2323
background-color: $dark-panel-bg-color;
2424
border-radius: 8px;
2525
margin: 10px auto;
26-
max-width: 75%;
26+
width: 75%;
2727
box-sizing: border-box;
2828
height: 60px;
2929

res/css/views/rooms/_EventBubbleTile.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,11 @@ limitations under the License.
280280
margin-right: 5px;
281281
}
282282

283+
.mx_EventTile_line,
284+
.mx_EventTile_info {
285+
min-width: 100%;
286+
}
287+
283288
.mx_EventTile_e2eIcon {
284289
margin-left: 9px;
285290
}

0 commit comments

Comments
 (0)