patternfly / angular-patternfly

This repo contains instructions and the code for a set of Angular 1 components for the PatternFly project.
http://www.patternfly.org/angular-patternfly/
MIT License
123 stars 90 forks source link

pfVerticalNavigation: doesn't fully collapse when items don't have icons #744

Closed abkieling closed 6 years ago

abkieling commented 6 years ago

When the vertical navigation items don't have icons, the vertical navigation should be fully collapsed but it's not. See the Without Primary Menu Icons example in the PatternFly website: http://www.patternfly.org/pattern-library/navigation/vertical-navigation/#code

jeff-phillips-18 commented 6 years ago

Seems to work ok for me. Are you passing hidden-icons="true" to the pfVerticalNavigation component?

abkieling commented 6 years ago

OK. I didn't see that configuration.