Fit location into the width of the container (#7705)

pull/21833/head
Andy Balaam 2022-02-02 11:41:33 +00:00 committed by GitHub
parent cb1c94dd2b
commit afbc843157
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -53,3 +53,9 @@ limitations under the License.
mask-image: url('$(res)/img/element-icons/location.svg');
}
}
/* In the timeline, we fit the width of the container */
.mx_EventTile_line .mx_MLocationBody .mx_MLocationBody_map {
width: 100%;
max-width: 450px;
}