dmstr / yii2-adminlte-asset

AdminLTE Asset Bundle for Backend Theme in Yii2 Framework
1.14k stars 425 forks source link

Arrow left side bar menu faulty #179

Closed eothein closed 5 years ago

eothein commented 5 years ago

After the last update, the arrows in the left side bar appear to do some strange things.

What can I do to solve this?

schermafbeelding 2018-10-19 om 17 35 56
eothein commented 5 years ago

Using the following version of font-awesome:

Font Awesome Free 5.0.9 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)

schmunk42 commented 5 years ago

Which version of this extension are you using? Might be related to missing/wrong CSS classes...

eothein commented 5 years ago

Hello @schmunk42 : I solved the issue a couple of hours ago. I'm also using the Icon Library from Kartik which loaded a newer version of fontawesome. These conflicted with each other.

The solution was to drop the library, and only use html to produce the Icon...

Thanks for replying