mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[ADF-3655] Fix layout issue on IE 11 (#3924)
This commit is contained in:
committed by
Eugenio Romano
parent
b37e37497d
commit
a358a81132
@@ -13,5 +13,14 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* query for Microsoft IE 11*/
|
||||||
|
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
||||||
|
&-date-widget {
|
||||||
|
.mat-form-field-suffix {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -31,4 +31,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* query for Microsoft IE 11*/
|
||||||
|
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
||||||
|
&-date-widget {
|
||||||
|
.mat-form-field-suffix {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@@ -64,4 +64,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* query for Microsoft IE 11*/
|
||||||
|
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
||||||
|
adf-form-field {
|
||||||
|
.mat-input-element, .mat-select, .mat-form-field {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user