From d2bfc152a01f4376cdbab1f3df568ffd3e916b27 Mon Sep 17 00:00:00 2001 From: Sercan Yemen Date: Sat, 4 Nov 2017 14:00:26 +0300 Subject: [PATCH] Fix: Some css issues after updating the ngx-datatable --- .../core/scss/partials/plugins/_ngx-datatable.scss | 11 +++++++++++ .../todo/sidenavs/main/main-sidenav.component.html | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/app/core/scss/partials/plugins/_ngx-datatable.scss b/src/app/core/scss/partials/plugins/_ngx-datatable.scss index e3d8f384..2ef90a6a 100644 --- a/src/app/core/scss/partials/plugins/_ngx-datatable.scss +++ b/src/app/core/scss/partials/plugins/_ngx-datatable.scss @@ -55,6 +55,7 @@ min-height: 48px; transition: none; padding: 0 24px; + overflow: hidden; } } } @@ -82,6 +83,16 @@ .datatable-pager { margin: 0 0 0 24px; + + .pager { + + li { + + a { + text-decoration: none !important; + } + } + } } } } diff --git a/src/app/main/content/apps/todo/sidenavs/main/main-sidenav.component.html b/src/app/main/content/apps/todo/sidenavs/main/main-sidenav.component.html index 26003d34..2e221151 100644 --- a/src/app/main/content/apps/todo/sidenavs/main/main-sidenav.component.html +++ b/src/app/main/content/apps/todo/sidenavs/main/main-sidenav.component.html @@ -1,6 +1,6 @@
+ class="header p-24 pb-4" ngClass="mat-accent-bg" ngClass.gt-md="white-fg">