Prevent reply thumbnail image from overflowing

pull/21833/head
Tulir Asokan 2020-04-10 17:05:29 +03:00
parent e7ad9b82e0
commit b554d59ed1
1 changed files with 4 additions and 0 deletions

View File

@ -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 {