From 2d9204019ad01d1c1c91ebcf60d09a16d6bd4a42 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Tue, 23 Jul 2024 18:21:12 +0200 Subject: [PATCH 1/3] :sparkles: no wrap on tabs --- src/front/Components/Elements/Tabs/classes.module.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/front/Components/Elements/Tabs/classes.module.scss b/src/front/Components/Elements/Tabs/classes.module.scss index adfb7e37..1e8b9586 100644 --- a/src/front/Components/Elements/Tabs/classes.module.scss +++ b/src/front/Components/Elements/Tabs/classes.module.scss @@ -1,4 +1,6 @@ .root { + text-wrap: nowrap; + .mirror-shadow-element { display: flex; overflow: hidden; From af5e0bd4cb8f9aeae4f9d0ec196952d3b6793d15 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Tue, 23 Jul 2024 18:21:53 +0200 Subject: [PATCH 2/3] :bug: fixing z-index tabs --- src/front/Components/Elements/Tabs/classes.module.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/front/Components/Elements/Tabs/classes.module.scss b/src/front/Components/Elements/Tabs/classes.module.scss index 1e8b9586..227816f6 100644 --- a/src/front/Components/Elements/Tabs/classes.module.scss +++ b/src/front/Components/Elements/Tabs/classes.module.scss @@ -23,6 +23,7 @@ border-bottom: 1px solid var(--color-neutral-500); .vertical-container { + z-index: 2; position: absolute; display: flex; flex-direction: column; From 9dedb60b69317818c28644a81df08a8fcae20f92 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Tue, 23 Jul 2024 18:31:20 +0200 Subject: [PATCH 3/3] :bug: fixing close delete customer modal --- .../Folder/FolderInformation/ClientView/ClientBox/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/ClientBox/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/ClientBox/index.tsx index b667ad9c..c0d1fd86 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/ClientBox/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/ClientBox/index.tsx @@ -120,7 +120,7 @@ export default function ClientBox(props: IProps) {