Vue-multiselect: How to style?

Created on 3 Aug 2018  Â·  3Comments  Â·  Source: shentao/vue-multiselect

Thank you for this great component!
Is there a working example of for example how to change the font-size?

help wanted

Most helpful comment

Where do you add the Multiselect css file? Remember that CSS is cascading – meaning whatever comes later is overriding the previous statements. Also, remember about CSS specificity.

All 3 comments

The styles are not scoped so it should be quite straightforward to override the styles. Look into the css classes in the inspector.

That's exactly what I already did... but doesn't work...

Where do you add the Multiselect css file? Remember that CSS is cascading – meaning whatever comes later is overriding the previous statements. Also, remember about CSS specificity.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

volkanciloglu picture volkanciloglu  Â·  3Comments

stefanheimann picture stefanheimann  Â·  4Comments

PrimozRome picture PrimozRome  Â·  3Comments

yaakovp picture yaakovp  Â·  3Comments

zachleigh picture zachleigh  Â·  3Comments