fix(Echo): 🐛 increase specificity for the selector to apply padding properly

This commit is contained in:
alistair3149 2024-10-22 18:15:45 -04:00
parent 2a53abed2f
commit 5e749ed137
No known key found for this signature in database

View file

@ -28,7 +28,7 @@
box-shadow: var( --box-shadow-drop-xx-large );
// Needed additional specificity
&.mw-list-item > a {
.citizen-menu &.mw-list-item > a {
padding: var( --space-sm ) var( --space-md );
border-radius: var( --border-radius-large );
}