Skip to content

Commit c2ecdea

Browse files
committed
fix #8427 -- chat: new text input lets some text get covered by controls
1 parent 5ec2982 commit c2ecdea

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/packages/frontend/chat/input.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ export default function ChatInput({
260260
}}
261261
editBarStyle={editBarStyle}
262262
overflowEllipsis={true}
263+
modeSwitchStyle={{
264+
float: "right",
265+
position: "relative",
266+
marginBottom: "-5px",
267+
}}
263268
/>
264269
);
265270
}

0 commit comments

Comments
 (0)