From 7d6f7f1e5e73cb34f1102b4c75c8021925c02eb9 Mon Sep 17 00:00:00 2001 From: Cristhian Zanforlin Lousa Date: Tue, 26 Sep 2023 23:56:45 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20fix(keypairListComponent):=20rea?= =?UTF-8?q?rrange=20classNames=20to=20improve=20readability=20and=20mainta?= =?UTF-8?q?in=20consistency=20=F0=9F=94=A7=20fix(dictAreaModal):=20add=20C?= =?UTF-8?q?SS=20classes=20to=20prevent=20panning,=20dragging,=20undoing,?= =?UTF-8?q?=20and=20copying=20to=20improve=20user=20experience?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/components/keypairListComponent/index.tsx | 2 +- src/frontend/src/modals/dictAreaModal/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/frontend/src/components/keypairListComponent/index.tsx b/src/frontend/src/components/keypairListComponent/index.tsx index 42043d1c6..ec8d6bf64 100644 --- a/src/frontend/src/components/keypairListComponent/index.tsx +++ b/src/frontend/src/components/keypairListComponent/index.tsx @@ -42,7 +42,7 @@ export default function KeypairListComponent({
1 && editNode ? "my-1" : "", - "flex flex-col gap-3 h-full" + "flex h-full flex-col gap-3" )} > {value?.map((obj, index) => { diff --git a/src/frontend/src/modals/dictAreaModal/index.tsx b/src/frontend/src/modals/dictAreaModal/index.tsx index dfec9d76e..fc867cccf 100644 --- a/src/frontend/src/modals/dictAreaModal/index.tsx +++ b/src/frontend/src/modals/dictAreaModal/index.tsx @@ -38,7 +38,7 @@ export default function DictAreaModal({ /> -
+