Minor style fix
This commit is contained in:
parent
eb9969f2ba
commit
0c8588b1fb
|
|
@ -72,7 +72,7 @@ export const ImageGalleryMain = ({
|
|||
</>
|
||||
)}
|
||||
{images.length > 0 && foldersPreview.length > 0 && (
|
||||
<Divider style={{ marginBottom: "10px" }}>
|
||||
<Divider style={{ marginBottom: "10px", marginTop: "10px" }}>
|
||||
<Chip label="Images" size="small" />
|
||||
</Divider>
|
||||
)}
|
||||
|
|
|
|||
Loading…
Reference in New Issue