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

Commit

Permalink
Ensure location bodies have a width in bubbles (#7742)
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam authored Feb 8, 2022
1 parent 30d1ac1 commit 76cafb7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions res/css/views/messages/_MLocationBody.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,12 @@ limitations under the License.
width: 100%;
max-width: 450px;
}

.mx_EventTile[data-layout="bubble"] .mx_EventTile_line .mx_MLocationBody {
max-width: 100%;

.mx_MLocationBody_map {
max-width: 100%;
width: 450px;
}
}

0 comments on commit 76cafb7

Please sign in to comment.