Skip to content

Commit

Permalink
Refactor MonitorTestForm component to adjust margins and spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Oct 29, 2024
1 parent d99111b commit 771b0e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dashboard/src/Components/Form/Monitor/MonitorTest.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const MonitorTestForm: FunctionComponent<ComponentProps> = (

return (
<div>
<div className="-ml-3">
<div className="-ml-3 mt-5 mb-2">
<Button
buttonStyle={ButtonStyleType.NORMAL}
buttonSize={ButtonSize.Small}
Expand Down Expand Up @@ -189,7 +189,7 @@ const MonitorTestForm: FunctionComponent<ComponentProps> = (
<div>
{error && <ErrorMessage error={error} />}
{isLoading && (
<div className="w-full text-center mt-5 mb-5">
<div className="w-full text-center mt-10 mb-10">
<Loader
className="m-auto"
loaderType={LoaderType.Bar}
Expand Down

0 comments on commit 771b0e4

Please sign in to comment.