Removed margin from popup category

This commit is contained in:
Fabio Manganiello 2020-06-26 01:32:10 +02:00
parent 3242153d07
commit 7e4180ebef

View file

@ -169,7 +169,6 @@ export default {
.category { .category {
&.selected { &.selected {
box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25); box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
margin: 0 -0.65em;
border-radius: 2em; border-radius: 2em;
} }
} }