Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 7c6deb5

Browse files
committed
TILA-1211 fix style
1 parent b3ccade commit 7c6deb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

admin-ui/src/component/RichTextInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const RichTextInput = ({
8989
}: Props): JSX.Element => {
9090
return (
9191
<Container $disabled={disabled} id={`${id}-container`}>
92-
<HorisontalFlex>
92+
<HorisontalFlex style={{ justifyContent: "space-between" }}>
9393
<Label htmlFor={id}>
9494
{label} {required ? <Asterix>*</Asterix> : null}
9595
</Label>

0 commit comments

Comments
 (0)