Skip to content

Commit 1dd4a12

Browse files
authored
fix(ui): adjusts margin spacing on upload actions (#12692)
1 parent 3f7debd commit 1dd4a12

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

packages/ui/src/elements/Upload/index.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,8 @@
6060
flex-wrap: wrap;
6161
}
6262

63-
&__previewSizes,
64-
&__edit {
65-
margin-top: calc(var(--base) * 1.2);
63+
&__upload-actions {
64+
margin-top: calc(var(--base) * 0.5);
6665
}
6766

6867
&__previewDrawer {

0 commit comments

Comments
 (0)