Skip to content

Commit 686d4e4

Browse files
committed
fix row-gap value
1 parent 45211a2 commit 686d4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/common/components/card-tabs/card-tabs.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
width: 100%;
99
max-height: fit-content;
1010
flex-direction: column;
11-
row-gap: 0.5rem;
11+
row-gap: 1rem;
1212

1313
cursor: default;
1414
}

0 commit comments

Comments
 (0)