froala / KMSFroalaEditorBundle

Symfony bundle for Froala WYSIWYG HTML Rich Text Editor.
https://froala.com/wysiwyg-editor
105 stars 33 forks source link

Problem with quick insert icons #114

Closed AxelBriche closed 4 years ago

AxelBriche commented 4 years ago

Hello.

I use webpack and have this SCSS :

@import "~bootstrap/scss/bootstrap";
@import '~@fortawesome/fontawesome-free/css/all.css';

The Quick Insert icons is not aligned:

Capture d’écran 2020-06-04 à 22 38 38

If I remove @import "~bootstrap/scss/bootstrap"; line, icons look good. I use Bootstrap v4.5.0.

What is the problem please ?

I have followed step 1 to 7 (exclude 2 to 4, because I use webpack) of the installation doc.

Thanks.

AxelBriche commented 4 years ago

Problem with example reported here: https://github.com/froala/wysiwyg-editor/issues/3948