mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
AAE-11714 changed max-width for cropped image (#8054)
This commit is contained in:
parent
02578dcdc5
commit
d5592b9e01
@ -1,5 +1,6 @@
|
|||||||
/* stylelint-disable no-descending-specificity */
|
/* stylelint-disable no-descending-specificity */
|
||||||
$content-node-selector-thumbnail-width: 35px !default;
|
$content-node-selector-thumbnail-width: 35px !default;
|
||||||
|
$content-node-selector-thumbnail-max-width: 40px !default;
|
||||||
|
|
||||||
h2.adf-search-results-label {
|
h2.adf-search-results-label {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
@ -128,7 +129,7 @@ h2.adf-search-results-label {
|
|||||||
&--image {
|
&--image {
|
||||||
min-width: $content-node-selector-thumbnail-width;
|
min-width: $content-node-selector-thumbnail-width;
|
||||||
width: $content-node-selector-thumbnail-width;
|
width: $content-node-selector-thumbnail-width;
|
||||||
max-width: $content-node-selector-thumbnail-width;
|
max-width: $content-node-selector-thumbnail-max-width;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:nth-child(2) {
|
&:nth-child(2) {
|
||||||
@ -152,7 +153,8 @@ h2.adf-search-results-label {
|
|||||||
.adf-datatable-body .adf-datatable-row {
|
.adf-datatable-body .adf-datatable-row {
|
||||||
min-height: 40px;
|
min-height: 40px;
|
||||||
|
|
||||||
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
@media screen and (-ms-high-contrast: active),
|
||||||
|
screen and (-ms-high-contrast: none) {
|
||||||
padding-top: 15px;
|
padding-top: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user