Update ImageUtilities.plugin.js

This commit is contained in:
Mirco Wittrien 2023-02-05 22:04:31 +01:00
parent 8aba24481a
commit 1544bcd6f3
1 changed files with 1 additions and 0 deletions

View File

@ -146,6 +146,7 @@ module.exports = (_ => {
render() {
return !this.props.attachment ? null : BDFDB.ReactUtils.createElement("span", {
className: BDFDB.disCN._imageutilitiesimagedetails,
style: this.props.attachment.description ? {"margin-bottom": 0} : {},
children: [
BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Anchor, {
title: this.props.original,