RinteRface / bs4Dash

Bootstrap 4 shinydashboard using AdminLTE3
https://bs4dash.rinterface.com
Other
435 stars 81 forks source link

No right border on collapsed sidebar menu items #24

Closed aldomann closed 5 years ago

aldomann commented 5 years ago

For some reason, the collapsed sidebar items render as expected on RStudio: image

While on Chrome (72.0.3626.121) and Firefox (65.0.2) the right side of the sidebar items is extended till the right border of the sidebar: image

Any way to fix this? I've been inspecting the CSS code and haven't found any fix so far.

DivadNojnarg commented 5 years ago

This is quite embarrassing and bs4Dash has not changed since a while. I checked the adminLTE3 status and running the template shows the same issue. I guess this is related to chrome and firefox update.

The adminLTE bug report is here https://github.com/almasaeed2010/AdminLTE/issues?page=2&q=is%3Aissue+is%3Aopen and I have not seen such issue yet. Please report your problem since at some point all users will be concerned. In the meantime, I will try to get a workaround. Thanks ;)

aldomann commented 5 years ago

Awesome, I thought it might have been an issue with Chrome's and Firefoxe's renderer. Looking at the inspector it seems they are rendering the full sized button/item and the overflow is just being hidden as the sidebar is collapsed, like so: image

DivadNojnarg commented 5 years ago

This is not the case in safari and Opera Capture d’écran 2019-03-11 à 13 39 45

But Brave returns the same issue.