[ADF-1865] [Document List] "Empty View" does not wrap long text (#2610)

fixed
This commit is contained in:
mihai sirghe 2017-11-06 16:35:04 +02:00 committed by Eugenio Romano
parent 9f3ea6ea71
commit a03451affb

View File

@ -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 {