Fix width of image selection arrow div (#4142)

This commit is contained in:
Flashy78
2023-09-24 19:24:08 -07:00
committed by GitHub
parent ce55392461
commit bba60cc45b
2 changed files with 7 additions and 1 deletions

View File

@@ -402,7 +402,7 @@ export const ScrapedImagesRow: React.FC<IScrapedImagesRowProps> = (props) => {
/>
)}
renderNewField={() => (
<div>
<div className="image-selection-parent">
<ImageSelector
imageClassName={props.className}
images={props.images}