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

Commit 76cafb7

Browse files
authored
Ensure location bodies have a width in bubbles (#7742)
1 parent 30d1ac1 commit 76cafb7

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

res/css/views/messages/_MLocationBody.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,12 @@ limitations under the License.
5959
width: 100%;
6060
max-width: 450px;
6161
}
62+
63+
.mx_EventTile[data-layout="bubble"] .mx_EventTile_line .mx_MLocationBody {
64+
max-width: 100%;
65+
66+
.mx_MLocationBody_map {
67+
max-width: 100%;
68+
width: 450px;
69+
}
70+
}

0 commit comments

Comments
 (0)