corrected layout on profiles and rules pages

This commit is contained in:
coolcoala
2025-07-08 15:42:18 +03:00
parent 686490ded1
commit 3902480d39
7 changed files with 13 additions and 13 deletions

View File

@@ -302,9 +302,9 @@ export const ProxiesEditorViewer = (props: Props) => {
return (
<Dialog open={open} onOpenChange={onClose}>
<DialogContent className="max-w-4xl h-[80vh] flex flex-col">
<DialogContent className="min-w-4xl h-[80vh] flex flex-col">
<DialogHeader>
<div className="flex justify-between items-center">
<div className="flex justify-between items-center pr-8">
<DialogTitle>{t("Edit Proxies")}</DialogTitle>
<Button
variant="outline"