diff --git a/components/job/JobDropdown/index.module.scss b/components/job/JobDropdown/index.module.scss index 35cec4d9..e69de29b 100644 --- a/components/job/JobDropdown/index.module.scss +++ b/components/job/JobDropdown/index.module.scss @@ -1,3 +0,0 @@ -.Job.SelectTrigger { - margin-bottom: $unit; -} diff --git a/components/job/JobDropdown/index.tsx b/components/job/JobDropdown/index.tsx index b16f1771..0bc9526a 100644 --- a/components/job/JobDropdown/index.tsx +++ b/components/job/JobDropdown/index.tsx @@ -10,8 +10,6 @@ import SelectGroup from '~components/common/SelectGroup' import { appState } from '~utils/appState' import { jobGroups } from '~data/jobGroups' -import styles from './index.module.scss' - // Props interface Props { currentJob?: string @@ -94,8 +92,12 @@ const JobDropdown = React.forwardRef( {item.name[locale]} @@ -114,18 +116,20 @@ const JobDropdown = React.forwardRef( return (