diff --git a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/classes.module.scss b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/classes.module.scss index b55462e7..673d2297 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/classes.module.scss +++ b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/classes.module.scss @@ -10,6 +10,10 @@ gap: var(--spacing-md, 16px); justify-content: space-between; align-items: center; + + .tabs { + width: calc(100% - 210px); + } } .content { diff --git a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/index.tsx b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/index.tsx index 3cce0e55..d36aca2b 100644 --- a/src/front/Components/Layouts/Folder/FolderInformation/ClientView/index.tsx +++ b/src/front/Components/Layouts/Folder/FolderInformation/ClientView/index.tsx @@ -66,7 +66,8 @@ export default function ClientView(props: IProps) { return (
- {tabs && tabs={tabs} onSelect={setCustomer} />} +
{tabs && tabs={tabs} onSelect={setCustomer} />}
+ {anchorStatus === AnchorStatus.NOT_ANCHORED && (