Skip to content

Commit

Permalink
fix(ui): Table Header Sort Icon Misplacement #26366
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinDavilaDotCMS authored and dsolistorres committed Nov 6, 2023
1 parent 4dc94c7 commit bebc3dc
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
padding: $spacing-2 $spacing-2;
text-align: left;
transition: none;
text-wrap: nowrap;

&:first-child {
padding-left: $spacing-5;
Expand All @@ -63,6 +64,7 @@
}

.p-datatable .p-sortable-column .p-sortable-column-icon {
display: inline-block;
color: $color-palette-gray-700;
margin-left: $spacing-1;
}
Expand Down

0 comments on commit bebc3dc

Please sign in to comment.