From 81e1a576fc7e5216ee0a2cc86dd1f61f93ad7a75 Mon Sep 17 00:00:00 2001 From: Humberto Morera <31667212+hmoreras@users.noreply.github.com> Date: Fri, 23 Aug 2024 10:19:38 -0500 Subject: [PATCH] mplementation(PrimeNG-17): #29673 Alignment of pagination (#29722) ### Proposed Changes * The `justify-content` rule has been overwritten by the PrimeNG theme, but because of the [CSS layer](https://primeng.org/guides/csslayer) implemented in V17, the custom styles now take precedence. --- .../dotcms-scss/angular/dotcms-theme/components/_paginator.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/core-web/libs/dotcms-scss/angular/dotcms-theme/components/_paginator.scss b/core-web/libs/dotcms-scss/angular/dotcms-theme/components/_paginator.scss index 860637b62711..a27c61c3da5b 100644 --- a/core-web/libs/dotcms-scss/angular/dotcms-theme/components/_paginator.scss +++ b/core-web/libs/dotcms-scss/angular/dotcms-theme/components/_paginator.scss @@ -7,7 +7,6 @@ border-width: 0; padding: 0.375rem $spacing-2; border-radius: $border-radius-xs; - justify-content: flex-end; } .p-paginator .p-paginator-first,