roadmap
roadmap copied to clipboard
4.2.0 CSS issues
Please complete the following fields as applicable:
What version of the DMPRoadmap code are you running? (e.g. v2.2.0)
4.2.0
Expected behaviour:
branding navbar should display nicely.
Here are proposals to fix the 3 issues listed below:
- I think the toggle button should have the class "navbar-toggle" and not "navbar-toggler"
- add "margin-right: 10px" to the "#org-navbar .org-links" selector in file "_navbars.scss"
- add class "navbar-right" to <ul> "Navigation for organisation admin" in file "_branding.html.erb"
Actual behaviour:
branding navbar shows:
- A strange toggle button that doesn't seem to do anything
- No space between 2 <li> in the "org-navbar-menu" element
- The Admin menu is not right-aligned