DownloadRulesTab: right align buttons

This commit is contained in:
Jesse Chan
2021-02-08 15:23:40 +00:00
parent cf87ad12d1
commit 44e3252779
2 changed files with 2 additions and 2 deletions
@@ -116,7 +116,7 @@ const DownloadRuleForm: FC<DownloadRuleFormProps> = ({
defaultValue={rule.tags}
/>
</FormRow>
<FormRow>
<FormRow align="end" justify="end">
<br />
<Checkbox id="startOnLoad" defaultChecked={rule.startOnLoad} matchTextboxHeight>
<Trans id="feeds.start.on.load" />
@@ -206,7 +206,7 @@ const DownloadRulesTab: FC = () => {
}}
/>
) : (
<FormRow>
<FormRow align="end" justify="end">
<br />
<Button
onClick={() => {