I am making a Responsive site using the foundation framework and TinyMCE breaks the format when the page is scaled down(it\'s not responsive). How do I make TinyMCE responsi
Making the toolbar responsive for the latest version of TinyMCE:
.tox-toolbar { flex-wrap: nowrap !important; overflow-x: auto !important; } .tox-toolbar__group { flex-wrap: nowrap !important; }
This adds a horizontal scrollbar to the toolbar on mobile devices.