mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-21 14:31:09 +02:00
Prevent reply thumbnail image from overflowing
This commit is contained in:
parent
e7ad9b82e0
commit
b554d59ed1
@ -25,6 +25,10 @@ limitations under the License.
|
||||
|
||||
.mx_MImageReplyBody_thumbnail {
|
||||
grid-area: image;
|
||||
|
||||
.mx_MImageBody_thumbnail_container {
|
||||
max-height: 44px !important;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_MImageReplyBody_sender {
|
||||
|
Loading…
x
Reference in New Issue
Block a user