chmln / vue-wysiwyg

A lightweight WYSIWYG HTML editor for Vue.js
https://chmln.github.io/vue-wysiwyg/
MIT License
555 stars 134 forks source link

Is there a way to remove spacers with modules? #50

Closed chris-faulkner closed 6 years ago

chris-faulkner commented 6 years ago

Hi, thanks for your work I like the simplicity.

I was just wondering if it's possible to remove spacers when removing modules as I've ended up with double spacer in the toolbar: screenshot 2018-02-26 14 47 52

It's not a big issue just would be nice to clean up.

chmln commented 6 years ago

@chris-faulkner of course. you can use CSS for that. Just hide the :nth-child(4)

chris-faulkner commented 6 years ago

I feel dumb for not realising that, thanks man!