We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a1c27 commit 2e3d467Copy full SHA for 2e3d467
packages/compass-data-modeling/src/components/drawer/drawer-section-components.tsx
@@ -26,7 +26,10 @@ const darkModeContainerStyles = css({
26
const accordionTitleStyles = css({
27
width: '100%',
28
textTransform: 'uppercase',
29
- marginBottom: spacing[400],
+ // Only when accordion is expanded and content is rendered
30
+ '&:not(:last-child)': {
31
+ marginBottom: spacing[400],
32
+ },
33
});
34
35
const buttonStyles = css({
0 commit comments