Skip to content

Commit 525777b

Browse files
committed
Increase SettingDialog max width
1 parent 859e151 commit 525777b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/server/webui/src/components/SettingDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ export default function SettingDialog({
341341
className={classNames({ modal: true, 'modal-open': show })}
342342
aria-label="Settings dialog"
343343
>
344-
<div className="modal-box w-11/12 max-w-3xl">
344+
<div className="modal-box w-11/12 max-w-4xl">
345345
<h3 className="text-lg font-bold mb-6">Settings</h3>
346346
<div className="flex flex-col md:flex-row h-[calc(90vh-12rem)]">
347347
{/* Left panel, showing sections - Desktop version */}

0 commit comments

Comments
 (0)