Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: add padding in Sidebar since Bootstrap does not apply it #567

Merged

Commits on Jul 8, 2024

  1. Fix: add padding in Sidebar since Bootstrap does not apply it

    Recent versions of Bootstrap were subject to refactoring to use CSS
    variables as a way to define the CSS values used in components.
    This change results in the .nav-link class not applying the correct
    padding anymore to the component, so this commit manually adds the
    padding back to keep the sidebar usable.
    
    Signed-off-by: Davide Briani <davide.briani@secomind.com>
    davidebriani committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f335f05 View commit details
    Browse the repository at this point in the history