From 5f1f9d3d00f4e02efe9b25ca073fecdc4ad031af Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Tue, 19 Sep 2023 15:37:00 +0200 Subject: [PATCH] :bug: Folder not too long to render --- .../DesignSystem/FolderBoxInformation/classes.module.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/front/Components/DesignSystem/FolderBoxInformation/classes.module.scss b/src/front/Components/DesignSystem/FolderBoxInformation/classes.module.scss index 37c7ee45..0d828c7d 100644 --- a/src/front/Components/DesignSystem/FolderBoxInformation/classes.module.scss +++ b/src/front/Components/DesignSystem/FolderBoxInformation/classes.module.scss @@ -23,13 +23,13 @@ .text-container { display: flex; flex-direction: column; + overflow-wrap: anywhere; > :first-child { margin-bottom: 12px; } } - @media (max-width: $screen-ls) { grid-template-columns: 1fr 1fr; } @@ -37,8 +37,6 @@ @media (max-width: $screen-s) { grid-template-columns: 1fr; } - - } .edit-icon-container { @@ -54,5 +52,4 @@ margin-top: 24px; } } - -} \ No newline at end of file +}