diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0b3f7247..b0bd548c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -20,7 +20,7 @@ "titleBarStyle": "Overlay", "height": 600, "width": 1100, - "minWidth": 600, + "minWidth": 400, "minHeight": 400 } ], diff --git a/src-web/components/core/PairEditor.tsx b/src-web/components/core/PairEditor.tsx index adbcf868..2dec5867 100644 --- a/src-web/components/core/PairEditor.tsx +++ b/src-web/components/core/PairEditor.tsx @@ -261,7 +261,13 @@ const FormRow = memo(function FormRow({ className={classnames('mr-2', isLast && '!opacity-disabled')} onChange={handleChangeEnabled} /> -