Web: Files: Fixed styles in file creation field

This commit is contained in:
Alexey Kostenko 2020-10-22 13:28:51 +03:00
parent b6aefda481
commit ad2314ffd1

View File

@ -728,7 +728,7 @@ class SectionBodyContent extends React.Component {
<ReactSVG
beforeInjection={(svg) => {
svg.setAttribute("style", "margin-top: 4px");
isEdit && svg.setAttribute("style", "margin: 4px 0 0 24px");
isEdit && svg.setAttribute("style", "margin: 4px 0 0 28px");
}}
src={item.icon}
loading={this.svgLoader}