mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 06:21:03 +02:00
Ensure location bodies have a width in bubbles (#7742)
This commit is contained in:
parent
30d1ac1eea
commit
76cafb7aa9
@ -59,3 +59,12 @@ limitations under the License.
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 450px;
|
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…
x
Reference in New Issue
Block a user