Skip to content

Fix alignment of nav bar items

Alf Eaton requested to merge app-bar-flex into master

This adds display: flex to a container div in the nav bar, so that the items align correctly.

Before:

image

After:

image

Merge request reports