diff --git a/demo-shell/src/app/components/trashcan/trashcan.component.html b/demo-shell/src/app/components/trashcan/trashcan.component.html index 0b3317a182..ff59b2c58f 100644 --- a/demo-shell/src/app/components/trashcan/trashcan.component.html +++ b/demo-shell/src/app/components/trashcan/trashcan.component.html @@ -76,7 +76,8 @@ key="archivedAt" title="DOCUMENT_LIST.COLUMNS.DELETED_ON"> - {{ value | adfTimeAgo: currentLocale }} + {{ value | adfTimeAgo: currentLocale }} diff --git a/lib/core/datatable/components/datatable/datatable.component.scss b/lib/core/datatable/components/datatable/datatable.component.scss index b986189427..6f3860473d 100644 --- a/lib/core/datatable/components/datatable/datatable.component.scss +++ b/lib/core/datatable/components/datatable/datatable.component.scss @@ -177,6 +177,7 @@ .adf-datatable-center-actions-column-ie { padding-top: 7px !important; } + .adf-datatable-center-date-column-ie { position: relative !important; @@ -236,6 +237,13 @@ max-width: $data-table-thumbnail-width; width: $data-table-thumbnail-width; } + + /* query for Microsoft IE 11*/ + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .adf-datatable-checkbox { + padding-top: 15px; + } + } } .adf-datatable-cell, .adf-datatable-cell-header { diff --git a/lib/core/layout/components/layout-container/layout-container.component.scss b/lib/core/layout/components/layout-container/layout-container.component.scss index f7af955fbd..9b10e9d1ab 100644 --- a/lib/core/layout/components/layout-container/layout-container.component.scss +++ b/lib/core/layout/components/layout-container/layout-container.component.scss @@ -17,6 +17,13 @@ width: inherit; } + /* query for Microsoft IE 11*/ + @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { + .adf-container-full-width { + width: 100%; + } + } + .adf-sidenav--hidden { visibility: hidden !important; width: 0 !important;