Skip to content

Commit

Permalink
fix: #1342
Browse files Browse the repository at this point in the history
  • Loading branch information
saadeghi committed Nov 16, 2022
1 parent 173dbbc commit bf84cb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/styled/menu.css
Expand Up @@ -10,6 +10,8 @@
}
}
}
&[class*=" px-"]:not(&[class*=" px-0"]) li > *,
&[class^="px-"]:not(&[class^="px-0"]) li > *,
&[class*=" p-"]:not(&[class*=" p-0"]) li > *,
&[class^="p-"]:not(&[class^="p-0"]) li > * {
@apply rounded-btn;
Expand Down

0 comments on commit bf84cb7

Please sign in to comment.