Skip to content

Commit c25c6be

Browse files
committed
Update MessageEditor.tsx
1 parent 7cd0e1c commit c25c6be

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

apps/code/src/renderer/features/message-editor/components/MessageEditor.tsx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,12 @@ function ModeAndBranchRow({
5959
}
6060

6161
return (
62-
<Flex align="center" justify="between" style={{ overflow: "hidden" }}>
62+
<Flex
63+
align="center"
64+
justify="between"
65+
pl="1"
66+
style={{ overflow: "hidden" }}
67+
>
6368
<Flex align="center" gap="2" flexShrink="0">
6469
{showModeIndicator && modeOption && (
6570
<ModeIndicatorInput modeOption={modeOption} />
@@ -253,7 +258,7 @@ export const MessageEditor = forwardRef<EditorHandle, MessageEditorProps>(
253258
<EditorContent editor={editor} />
254259
</div>
255260

256-
<Flex justify="between" align="center">
261+
<Flex justify="between" align="center" pl="1">
257262
<Flex gap="2" align="center">
258263
<EditorToolbar
259264
disabled={disabled}

0 commit comments

Comments
 (0)