mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-30 14:17:14 +00:00
fix: adjust ModelsDialog component to set a maximum width for better layout consistency
This commit is contained in:
@@ -428,7 +428,7 @@ export default function ModelsDialog({
|
|||||||
onOpenChange(newOpen);
|
onOpenChange(newOpen);
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<DialogContent className="overflow-hidden p-0 h-[80vh] flex flex-col">
|
<DialogContent className="overflow-hidden p-0 h-[80vh] flex flex-col !max-w-[37rem]">
|
||||||
<DialogHeader className="px-6 pt-6 pb-0">
|
<DialogHeader className="px-6 pt-6 pb-0">
|
||||||
<DialogTitle>{t('models.title')}</DialogTitle>
|
<DialogTitle>{t('models.title')}</DialogTitle>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
|
|||||||
Reference in New Issue
Block a user