mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-21 06:59:17 -04:00
remove unnecessary select styles and configure storybook (#807)
* remove unnecessary select styles and configure storybook * fix eslint * fix clippy
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
@@ -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:"
|
||||
|
||||
Reference in New Issue
Block a user