mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2438] fixed thumbnails height (#3407)
* [ADF-2438] calculate thumbnail height * [ADF-2438] send height to parent element * [ADF-2438] add width to css * [ADF-2438] moved height and width logic to parent component * [ADF-2438] added height and width logic to parent component * [ADF-2438] fixed failing test
This commit is contained in:
committed by
Eugenio Romano
parent
2f51b9f2b8
commit
1266acc4ab
@@ -18,7 +18,6 @@
|
||||
&__thumb {
|
||||
cursor: pointer;
|
||||
display: block;
|
||||
height: 114px;
|
||||
width: 91px;
|
||||
background: mat-color($background, background);
|
||||
margin-bottom: 15px;
|
||||
@@ -32,4 +31,4 @@
|
||||
box-shadow: 0px 0px 5px 0px $black-87-opacity;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user