NYCPlanning / labs-home

Planning Labs Static Website built with Gatsby.js
https://planninglabs.nyc/
Other
11 stars 10 forks source link

Menu wraps to below logo on IE11/Windows 7 #9

Closed chriswhong closed 6 years ago

chriswhong commented 6 years ago

What should happen:

The menu items should appear inline with the logo on medium and large screens.

What happened instead:

The menu items wrap to a new line underneath the logo, and the icons/text appear spread out.

How to reproduce this bug:

Load planninglabs.nyc on IE11/Windows 7

Browser(s) and Device(s) observed on:

IE11/Windows 7

dashboard
andycochran commented 6 years ago

One-line fix.

image

The width of the SVG is set to auto. If we set an explicit width, the menu no longer wraps.

chriswhong commented 6 years ago

Closed by 99d5b1385410775d1f866e1e2e8765727d9303b5