diff --git a/src/front/Components/DesignSystem/Newsletter/index.tsx b/src/front/Components/DesignSystem/Newsletter/index.tsx index 46418d6d..794433c6 100644 --- a/src/front/Components/DesignSystem/Newsletter/index.tsx +++ b/src/front/Components/DesignSystem/Newsletter/index.tsx @@ -71,11 +71,10 @@ export default class Newsletter extends React.Component {
- Soyez informé, soyez protégé + Restez Informé(e) avec notre Newsletter - Recevez chaque mois nos astuces d'utilisation, promotions exclusives et conseils d'experts pour assurer - votre cybersécurité ! + Ne manquez aucune de nos actualités, promotions exclusives et conseils d'experts ! {this.state.errorMessage && (
diff --git a/src/front/Components/Elements/Tabs/classes.module.scss b/src/front/Components/Elements/Tabs/classes.module.scss index adfb7e37..227816f6 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; @@ -21,6 +23,7 @@ border-bottom: 1px solid var(--color-neutral-500); .vertical-container { + z-index: 2; position: absolute; display: flex; flex-direction: column; 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) {