Skip to content

Commit c46907b

Browse files
committed
Move timing settings -form buttons to right
1 parent 9110b21 commit c46907b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ui/src/components/routes-and-lines/stop-timing-settings/TimingSettingsForm.tsx

+5-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,11 @@ export const TimingSettingsForm = ({
167167
</label>
168168
</Row>
169169
<Row className="mt-4 space-x-4">
170-
<SimpleButton onClick={onCancel} inverted>
170+
<SimpleButton
171+
onClick={onCancel}
172+
inverted
173+
containerClassName="ml-auto"
174+
>
171175
{t('cancel')}
172176
</SimpleButton>
173177

0 commit comments

Comments
 (0)