unl / wdntemplates

The UNLedu Web Framework (WDN Templates) – Coordinated by the Web Developer Network
https://wdn.unl.edu
34 stars 32 forks source link

Local Nav Text Wrapping #1752

Closed badrobotbrain closed 2 months ago

badrobotbrain commented 6 months ago

Text in the main nav list items wraps if it's too long, even when there appears to be enough room in the nav area to support it.

Consider changing the value of the 'grid-template-colums' property on line 55 of the .unl .dcf-nav-local > ul:first-child selector in _components.nav-local.scss:

This will allow the width of individual menu items to expand to fit long text if there is room within the nav area.

An example of this issue can be seen at https://nse.unl.edu