Skip to content

Commit 66eaa49

Browse files
committed
review fixes - add padding block
1 parent d3886c8 commit 66eaa49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/core/src/components/Table/TableRowMenu/TableRowMenu.module.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
justify-content: center;
66
padding-inline: var(--spacing-small);
77

8+
&.small {
9+
padding-block: var(--spacing-xs);
10+
}
11+
812
&.medium {
913
padding-block: var(--spacing-small);
1014
}

0 commit comments

Comments
 (0)