We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859e151 commit 525777bCopy full SHA for 525777b
tools/server/webui/src/components/SettingDialog.tsx
@@ -341,7 +341,7 @@ export default function SettingDialog({
341
className={classNames({ modal: true, 'modal-open': show })}
342
aria-label="Settings dialog"
343
>
344
- <div className="modal-box w-11/12 max-w-3xl">
+ <div className="modal-box w-11/12 max-w-4xl">
345
<h3 className="text-lg font-bold mb-6">Settings</h3>
346
<div className="flex flex-col md:flex-row h-[calc(90vh-12rem)]">
347
{/* Left panel, showing sections - Desktop version */}
0 commit comments