diff --git a/src/app/app.scss b/src/app/app.scss index 128512c55c..bd9486b29b 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -1,3 +1,4 @@ +@import "app_ie"; @import "view/view"; html { diff --git a/src/app/app_ie.scss b/src/app/app_ie.scss new file mode 100644 index 0000000000..46baa8e664 --- /dev/null +++ b/src/app/app_ie.scss @@ -0,0 +1,19 @@ +@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { + + .detail-view-container.detail-view-open .modal.detail-view .detail-view-content ng-include { + flex: 1 1 auto; + } + + service-card .service-card .service-block { + .service-title .service-text, .service-action-block .service-attached-msg { + flex: 1 1 auto; + } + } + + .cluster-gallery-card-container .cluster-gallery-card-parent { + padding-left: 10px !important; + padding-right: 10px !important; + } + + +} \ No newline at end of file