Skip to content

Commit a823635

Browse files
committed
styling fixes
1 parent 7fa6dce commit a823635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/array/src/renderer/features/message-editor/tiptap/SuggestionList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Kbd = ({ children }: { children: string }) => (
2323
);
2424

2525
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";
26+
"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";
2727

2828
export const SuggestionList = forwardRef<
2929
SuggestionListRef,

0 commit comments

Comments
 (0)