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 b0289f9 commit f916eb1Copy full SHA for f916eb1
ui/src/components/stop-registry/stops/stop-details/stop-version/StopVersionForm.tsx
@@ -76,7 +76,7 @@ export const StopVersionForm: FC<StopVersionFormProps> = ({
76
/>
77
)}
78
79
- <Row className="justify-end space-x-4">
+ <Row className="-mx-12 !-mb-8 justify-end space-x-4 border border-light-grey bg-background px-12 py-2">
80
<SimpleButton inverted onClick={onCancel} testId={testIds.cancelButton}>
81
{t('cancel')}
82
</SimpleButton>
0 commit comments