diff --git a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.scss b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.scss index 32227d7a5d..70a24f6775 100644 --- a/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.scss +++ b/ng2-components/ng2-alfresco-documentlist/src/components/document-list.component.scss @@ -92,13 +92,14 @@ } &-drag-drop { - height: 56px; + min-height: 56px; opacity: 0.54; font-size: 53px; line-height: 1; letter-spacing: -2px; color: mat-color($foreground, text); margin-top: 40px; + word-break: break-all; @media screen and ($mat-xsmall) { font-size: 48px; @@ -106,13 +107,14 @@ } &-any-files-here-to-add { - height: 24px; + min-height: 24px; opacity: 0.54; font-size: 16px; line-height: 1.5; letter-spacing: -0.4px; color: mat-color($foreground, text); margin-top: 17px; + word-break: break-all; } &-image {