Prevent reply thumbnail image from overflowing
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…
Reference in New Issue