the size of modal windows has been adjusted due to an increase in the minimum window size

This commit is contained in:
coolcoala
2025-07-26 06:53:35 +03:00
parent 87473bdf92
commit ed2ec56a44
3 changed files with 7 additions and 7 deletions

View File

@@ -562,7 +562,7 @@ export const GroupsEditorViewer = (props: Props) => {
return (
<Dialog open={open} onOpenChange={onClose}>
<DialogContent className="lg:min-w-5xl h-[90vh] flex flex-col">
<DialogContent className="min-w-5xl h-[90vh] flex flex-col">
<DialogHeader>
<div className="flex justify-between items-center pr-8">
<DialogTitle>{t("Edit Groups")}</DialogTitle>