remove unnecessary select styles and configure storybook (#807)

* remove unnecessary select styles and configure storybook

* fix eslint

* fix clippy
This commit is contained in:
Brendan Allan
2023-05-09 23:36:24 +08:00
committed by GitHub
parent 2380993724
commit 61bc92de6e
17 changed files with 122 additions and 45 deletions

View File

@@ -172,7 +172,7 @@ function Job({ job, clearJob, className, isGroup }: JobProps) {
</div>
</div>
{isRunning && (
<div className="mb-1 mt-1 w-[335px]">
<div className="my-1 w-[335px]">
<ProgressBar value={job.completed_task_count} total={job.task_count} />
</div>
)}

View File

@@ -195,7 +195,7 @@ export const AddLocationDialog = ({
})}
ctaLabel="Add"
>
<ErrorMessage name={REMOTE_ERROR_FORM_FIELD} variant="large" className="mt-2 mb-4" />
<ErrorMessage name={REMOTE_ERROR_FORM_FIELD} variant="large" className="mb-4 mt-2" />
<Input
label="Path:"