lusaxweb / vuesax

New Framework Components for Vue.js 2
https://lusaxweb.github.io/vuesax/
MIT License
5.64k stars 741 forks source link

fix(sidebar): prevent extra space for sidebar item without an icon #1002

Open probil opened 2 years ago

probil commented 2 years ago

Implements: #343

Fixes an extra space caused by <i> element when an icon is not provided

Before

Screenshot 2021-10-31 at 18 23 50

After

Screenshot 2021-10-31 at 18 22 54
Brugarolas commented 1 year ago

Thanks! I have fixed it in my fork. Please, check this: https://github.com/lusaxweb/vuesax/issues/1024