We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9052665 commit 5b34e63Copy full SHA for 5b34e63
1 file changed
packages/website/docs/components/display/empty_prompt/types_of_empty_states/component.tsx
@@ -1,4 +1,4 @@
1
-import { useEffect, useState } from 'react';
+import React, { useEffect, useState } from 'react';
2
import { css } from '@emotion/react';
3
import useBaseUrl from '@docusaurus/useBaseUrl';
4
@@ -25,8 +25,7 @@ import { MultipleSnippet } from './multiple_snippet';
25
import { isUseCaseTypeKey } from './utils';
26
27
const keyPadMenuItemCss = css`
28
- width: 120px;
29
- height: auto;
+ block-size: initial !important;
30
`;
31
32
const OPTIONS = Object.values(TYPES_OF_USE_CASES).map((item) => ({
0 commit comments