Open umer936 opened 2 years ago
It looks like it could go in nav-sidebar.scss:34
.
I can make a PR if that's where it should go.
PR are always welcome 😃
is this issue still exist ?
Good question - I forgot about this. I haven't updated to the latest v4 / latest Bootstrap to see if it still requires that css property. I'll see if I can get to that before next week.
We've been using the 4.x branch of AdminLTE and found that on the sidebar, the icon does not keep a fixed width. This means icons of different sizes make the link text not be aligned. I was able to trace it to this CSS property that is in AdminLTE 3.1 (
main-sidebar.scss:123
), but not in AdminLTE 4:I went ahead and added it to my own CSS file, but it should probably be in the
main-sidebar.scss
(ornav-sidebar.scss
) file for AdminLTE 4.