Ensure location bodies have a width in bubbles (#7742)

watcha-feature/make-nextcloud-documents-integration-a-local-widget
Andy Balaam 4 years ago committed by GitHub
parent 30d1ac1eea
commit 76cafb7aa9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      res/css/views/messages/_MLocationBody.scss

@ -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;
}
}

Loading…
Cancel
Save