mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +03:00
Fix width of image selection arrow div (#4142)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user