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 for: multi-line menu items at ‘nav--super-vertical’, placeholders padding and defaults for <b>, <i>, etc. #42

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

jackens
Copy link
Contributor

@jackens jackens commented Sep 26, 2017

Multi-line menu items are badly displayed at nav--super-vertical

To see what i am meaning simply change lines

<label for="nav-collapsible-1">Components</label>
<div class="nav-collapsible-links">
  <a href="docs/alerts.html">Alerts</a>

of docs/index.html to something like

<label for="nav-collapsible-1">Components: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</label>
<div class="nav-collapsible-links">
  <a href="docs/alerts.html">Alerts: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua</a>

@jackens jackens changed the title fix for multi-line menu items at ‘nav--super-vertical’ fix for: multi-line menu items at ‘nav--super-vertical’, placeholders padding and defaults for <b>, <i>, etc. Sep 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant