ozanyurtsever / verbum

Verbum is a fully flexible text editor based on lexical framework.
https://www.npmjs.com/package/verbum
MIT License
715 stars 60 forks source link

How to change style #78

Open ezattelli opened 4 months ago

ezattelli commented 4 months ago

Hi. How could change ToolbarPlugin items or Editor style? In my code FontFamilyDropdown and FontSizeDropdown got cropped how to solve it? and is it possible to arrange toolbar items depends on screen size? Thanks :)

Screenshot (49)

ICEDLEE337 commented 2 months ago

@ezattelli I'm sure this isn't the best solution and it feels wrong but it works =>

.toolbar select.toolbar-item { padding: 0 !important; }