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

Conversation

davidebriani
Copy link
Collaborator

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.

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 davidebriani added the frontend This issue is relative to the Edgehog Frontend label Jul 8, 2024
@coveralls
Copy link

Pull Request Test Coverage Report for Build 9839082385

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 0.0%

Totals Coverage Status
Change from base Build 9838252910: 0.0%
Covered Lines: 0
Relevant Lines: 0

💛 - Coveralls

@Pavinati Pavinati merged commit db47cc7 into edgehog-device-manager:main Jul 8, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend This issue is relative to the Edgehog Frontend
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants