mirror of https://github.com/vector-im/riot-web
Prevent reply thumbnail image from overflowing
parent
e7ad9b82e0
commit
b554d59ed1
|
@ -25,6 +25,10 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_MImageReplyBody_thumbnail {
|
.mx_MImageReplyBody_thumbnail {
|
||||||
grid-area: image;
|
grid-area: image;
|
||||||
|
|
||||||
|
.mx_MImageBody_thumbnail_container {
|
||||||
|
max-height: 44px !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mx_MImageReplyBody_sender {
|
.mx_MImageReplyBody_sender {
|
||||||
|
|
Loading…
Reference in New Issue