Place popover to right on edit pages (#3939)

This commit is contained in:
WithoutPants
2023-07-26 09:23:50 +10:00
committed by GitHub
parent 40124ee5a4
commit eb8a69e326
8 changed files with 23 additions and 7 deletions

View File

@@ -279,6 +279,7 @@ export const ImageEditPanel: React.FC<IProps> = ({
)
}
ids={formik.values.tag_ids}
hoverPlacement="right"
/>
</Col>
</Form.Group>