Web: People: Changed margin-right by layout

This commit is contained in:
TatianaLopaeva 2020-10-08 12:04:35 +03:00
parent 608109f4a0
commit 43dbd9e511

View File

@ -463,7 +463,7 @@ class SectionBodyContent extends React.PureComponent {
widthProp={widthProp}
buttons={
<>
<Icons.CrossIcon size="small" style={{ marginRight: "4px" }} />
<Icons.CrossIcon size="small" style={{ marginRight: "8px" }} />
<Link type="action" isHovered={true} onClick={this.onResetFilter}>
{t("ClearButton")}
</Link>