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 b3ccade commit 7c6deb5Copy full SHA for 7c6deb5
1 file changed
admin-ui/src/component/RichTextInput.tsx
@@ -89,7 +89,7 @@ const RichTextInput = ({
89
}: Props): JSX.Element => {
90
return (
91
<Container $disabled={disabled} id={`${id}-container`}>
92
- <HorisontalFlex>
+ <HorisontalFlex style={{ justifyContent: "space-between" }}>
93
<Label htmlFor={id}>
94
{label} {required ? <Asterix>*</Asterix> : null}
95
</Label>
0 commit comments