Skip to content

Commit

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

0 comments on commit 6f03fe7

Please sign in to comment.