Skip to content

Commit

Permalink
style: update text alignment in navbar and pagination components
Browse files Browse the repository at this point in the history
  • Loading branch information
hichemfantar committed Jan 14, 2025
1 parent 5052410 commit b2654b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/styles/components/navbar.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ html[data-theme='dark'],
margin: 0 0 0.2rem -0.5rem;
padding: 0.6rem 1.5rem;
position: relative;
text-align: left;
text-align: start;
top: -0.5rem;
width: calc(100% + 1rem);
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/styles/components/pagination-nav.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

&--next {
grid-column: 2/3;
text-align: right;
text-align: end;
}
}

Expand Down

0 comments on commit b2654b4

Please sign in to comment.