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 648db7e commit 4b28dfdCopy full SHA for 4b28dfd
web/src/components/MemoEditor/index.tsx
@@ -462,7 +462,7 @@ const MemoEditor = (props: Props) => {
462
</div>
463
464
<Divider className="!mt-2 opacity-40" />
465
- <div className="w-full flex flex-row justify-between items-center py-3 dark:border-t-zinc-500">
+ <div className="w-full flex flex-row justify-between items-center py-3 gap-2 overflow-auto dark:border-t-zinc-500">
466
<div className="relative flex flex-row justify-start items-center" onFocus={(e) => e.stopPropagation()}>
467
<Select
468
className="!text-sm"
0 commit comments