Skip to content
Discussion options

You must be logged in to vote

It's the Screen that gets the breakpoint classes, not your widgets.

You would apply your narrow rules like this:

Screen.-narrow {
    .app-header-label {
        display: none;
    }
}

I'm not sure what you intended in your MRE, but since the app-header-label is applied to all the labels, then they would all be hidden on a narrow screen.

Note that you should use "display: none;" to hide a widget, and not "width: 0;"

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@willmcgugan
Comment options

@H0R5E
Comment options

Answer selected by H0R5E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6532 on May 12, 2026 11:07.