[ADF-3655] Fix layout issue on IE 11 (#3924)

This commit is contained in:
davidcanonieto
2018-10-29 14:44:47 +00:00
committed by Eugenio Romano
parent b37e37497d
commit a358a81132
3 changed files with 30 additions and 0 deletions

View File

@@ -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;
}
}
}
}

View File

@@ -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;
}
}
}
}

View File

@@ -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;
}
}
}
}