Skip to content

Fix global menu alignment and wrapping

Akseli Lahtinen requested to merge work/fix-global-menu-alignment into master

The global menu was aligned to top by default, looking off with other elements.

I also added eliding so on panels that are too thin, the text will elide and not "bleed" outside the panel. Of course ideally the panel is wide enough to show the text nicely, but at least it never escapes the panel.

Eliding also gives clear idea to the user that the panel is too thin to support this.

Before After
image image
Edited by Akseli Lahtinen

Merge request reports