Closed zebapy closed 4 years ago
@adamfranco this is caused by https://github.com/middlebury/drupal8/blob/master/web/themes/custom/coursehub_theme/css/menu.css
thoughts? Can we remove that css override? Or I guess I can bump up the width defined in this repo if it's needed.
Thanks, Zeb. Let me take a look at why I had added that...
I added a break-point to make the style override only apply on screen-sizes above 1024px. I also updated the selector to target just that last drop-down with the academic calender links that are a bit too wide otherwise. Let me know if you end up increasing the width and I can remove this override.
likely a minify issue affecting class specificity for the navsublist / nav-dropdownmenu classthis is caused by https://github.com/middlebury/drupal8/blob/master/web/themes/custom/coursehub_theme/css/menu.css