From 5847ebede9a56c268b5d430c4dc8871b75054ed4 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Mon, 4 Sep 2017 12:00:04 +0100 Subject: [PATCH] fix pagination height missalignment ADF-1498 (#2284) --- .../src/components/pagination/pagination.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ng2-components/ng2-alfresco-core/src/components/pagination/pagination.component.scss b/ng2-components/ng2-alfresco-core/src/components/pagination/pagination.component.scss index cab76b0bac..35971ae5c8 100644 --- a/ng2-components/ng2-alfresco-core/src/components/pagination/pagination.component.scss +++ b/ng2-components/ng2-alfresco-core/src/components/pagination/pagination.component.scss @@ -10,7 +10,7 @@ display: flex; border-top: $adf-pagination--border; height: $adf-pagination--height; - line-height: $adf-pagination--height; + line-height: 20px; color: mat-color($foreground, text); &__block {