Fix layout problem of QuerySettings for WebUI

This commit is contained in:
yangdx
2025-04-22 16:16:14 +08:00
parent 1eef9b7205
commit 3ce159bf9b
49 changed files with 48 additions and 48 deletions

View File

@@ -25,7 +25,7 @@ export default function QuerySettings() {
}, [])
return (
<Card className="flex shrink-0 flex-col min-w-[180px]">
<Card className="flex shrink-0 flex-col min-w-[220px]">
<CardHeader className="px-4 pt-4 pb-2">
<CardTitle>{t('retrievePanel.querySettings.parametersTitle')}</CardTitle>
<CardDescription>{t('retrievePanel.querySettings.parametersDescription')}</CardDescription>