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 +}