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 7fa6dce commit a823635Copy full SHA for a823635
apps/array/src/renderer/features/message-editor/tiptap/SuggestionList.tsx
@@ -23,7 +23,7 @@ const Kbd = ({ children }: { children: string }) => (
23
);
24
25
const CONTAINER_CLASS =
26
- "flex min-w-[300px] max-w-[400px] flex-col rounded border border-[var(--gray-a6)] bg-[var(--color-panel-solid)] font-mono text-[12px] shadow-lg";
+ "flex w-max min-w-[300px] max-w-[600px] flex-col rounded border border-[var(--gray-a6)] bg-[var(--color-panel-solid)] font-mono text-[12px] shadow-lg";
27
28
export const SuggestionList = forwardRef<
29
SuggestionListRef,
0 commit comments