bootstrap-wysiwyg / bootstrap3-wysiwyg

Simple, beautiful wysiwyg editor
http://bootstrap-wysiwyg.github.io/bootstrap3-wysiwyg/
MIT License
834 stars 264 forks source link

Buttons <li> issue #177

Closed kodelio closed 8 years ago

kodelio commented 8 years ago

Hello,

I'm using bootstrap3-wysiwyg on two forms, one is working perfectly but on the other, I have this :

snip_20160507101051

This is my textarea <textarea class="form-control input-sm" id="textarea" cols="0" rows="30"></textarea>

And here my scripts (i'm using Laravel) `{!! HTML::script('style/js/bootstrap3-wysihtml5.all.min.js'); !!} {!! HTML::script('style/js/locales/bootstrap-wysihtml5.fr-FR.js'); !!}

` Did someone already resolve this issue and have a solution ? Thanks you
kodelio commented 8 years ago

forgot to include bootstrap3-wysihtml5.min.css ^^