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 e336efc commit aaa76deCopy full SHA for aaa76de
1 file changed
src/molecules/Select/Select.styles.ts
@@ -11,7 +11,7 @@ import { Chip } from 'src/molecules/Chip/Chip';
11
import styled, { css } from 'styled-components';
12
13
// Persistent mode keeps an explicit item height so the empty state matches without layout shift
14
-const PERSISTENT_ITEM_HEIGHT = '56px'; // PersistentListItem: 2×spacings.medium padding + 24px line-height
+const PERSISTENT_ITEM_HEIGHT = `calc(${spacings.medium} * 2 + 24px)`; // 2×spacings.medium padding + 24px line-height
15
16
interface WrapperProps {
17
$showBackgroundColor: boolean;
0 commit comments