Skip to content

Commit 640dd97

Browse files
fix(Stack): reduce offset y on hover (#1771)
1 parent a77e6db commit 640dd97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Stack/Stack.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
--ydb-stack-offset-x: 4px;
44
--ydb-stack-offset-y: 4px;
55
--ydb-stack-offset-x-hover: 4px;
6-
--ydb-stack-offset-y-hover: 8px;
6+
--ydb-stack-offset-y-hover: 6px;
77

88
position: relative;
99

0 commit comments

Comments
 (0)