diff --git a/src/renderer/src/components/Settings.module.css b/src/renderer/src/components/Settings.module.css
index 15fdc386..3b16a001 100644
--- a/src/renderer/src/components/Settings.module.css
+++ b/src/renderer/src/components/Settings.module.css
@@ -7,6 +7,7 @@
}
.settings td:nth-child(2), .settings th:nth-child(2) {
padding: 1em 0 1em 0;
+ width: 15em;
}
.settings th {
diff --git a/src/renderer/src/components/Settings.tsx b/src/renderer/src/components/Settings.tsx
index deae1b75..3c6ccef4 100644
--- a/src/renderer/src/components/Settings.tsx
+++ b/src/renderer/src/components/Settings.tsx
@@ -23,7 +23,7 @@ import { dangerColor } from '../colors';
const Button = ({ style, ...props }: ButtonProps) => ;
// eslint-disable-next-line react/jsx-props-no-spreading
-const Select = ({ style, ...props }: SelectProps) => ;
+const Select = ({ style, ...props }: SelectProps) => ;
// eslint-disable-next-line react/jsx-props-no-spreading