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

pull/21833/head
Andy Balaam 2022-02-08 12:59:08 +00:00 cometido por GitHub
padre 30d1ac1eea
commit 76cafb7aa9
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 9 adiciones y 0 borrados

Ver fichero

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