Skip to content

Commit

Permalink
mplementation(PrimeNG-17): #29673 Alignment of pagination (#29722)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
hmoreras authored Aug 23, 2024
1 parent 78a8dd1 commit 81e1a57
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 81e1a57

Please sign in to comment.