Skip to content

Commit

Permalink
* nav: fix nav style conflict with the new style from typography.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Dec 14, 2023
1 parent 130dea3 commit 09d5694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nav/src/style/nav.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.nav {
@apply -flex -items-center -relative;
@apply -flex -items-center -relative -list-none -pl-0;
}
.nav-item {
@apply -flex -items-center -relative -gap-3;
Expand Down

0 comments on commit 09d5694

Please sign in to comment.