microsoft / fluentui-blazor

Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications

Home Page:https://www.fluentui-blazor.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: NavMenu labels do not show if navmenu is collapsed before going into mobile (using wasm template)

StephenOTT opened this issue Β· comments

πŸ› Bug Report

this was previously broken in #1183 and fixed.

But looks broken again

πŸ’» Repro or Code Sample

Using latest release template for WASM

πŸ€” Expected Behavior

The labels of the menu should also show when in mobile menu view

😯 Current Behavior

Labels are hidden if they were hidden in desktop view.

brokne-nav

Fixed for next release. I added a CSS media rule for max-width: 600px (same as used in SSR script to determine breakpoint) to always show the text then