Open kevinmarks opened 5 years ago
Thanks! I'd be willing to merge a PR for this if you want to make one, although I think Shoelace shouldn't be so invasive. But it's just one declaration, so I'm fine adding it. :)
Btw padding: 0;
and padding: 0 0;
are equivalent ;)
Shoelace pads out mark which looks good in the usual context, but wrong in awesomplete. Changing awesomplete.css to set it to 0 specifically fixes this
Before: After: