mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-19 17:14:57 +00:00
[ADF-1865] [Document List] "Empty View" does not wrap long text (#2610)
fixed
This commit is contained in:
parent
9f3ea6ea71
commit
a03451affb
@ -92,13 +92,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-drag-drop {
|
&-drag-drop {
|
||||||
height: 56px;
|
min-height: 56px;
|
||||||
opacity: 0.54;
|
opacity: 0.54;
|
||||||
font-size: 53px;
|
font-size: 53px;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
letter-spacing: -2px;
|
letter-spacing: -2px;
|
||||||
color: mat-color($foreground, text);
|
color: mat-color($foreground, text);
|
||||||
margin-top: 40px;
|
margin-top: 40px;
|
||||||
|
word-break: break-all;
|
||||||
|
|
||||||
@media screen and ($mat-xsmall) {
|
@media screen and ($mat-xsmall) {
|
||||||
font-size: 48px;
|
font-size: 48px;
|
||||||
@ -106,13 +107,14 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&-any-files-here-to-add {
|
&-any-files-here-to-add {
|
||||||
height: 24px;
|
min-height: 24px;
|
||||||
opacity: 0.54;
|
opacity: 0.54;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
letter-spacing: -0.4px;
|
letter-spacing: -0.4px;
|
||||||
color: mat-color($foreground, text);
|
color: mat-color($foreground, text);
|
||||||
margin-top: 17px;
|
margin-top: 17px;
|
||||||
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
&-image {
|
&-image {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user