Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove flex-none class from header #165

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

enryIT
Copy link

@enryIT enryIT commented May 25, 2023

"flex: none" equals to
flex-grow: 0
flex-shrink: 0
flex-basis: auto

Why would you want to prevent shrinking in the header? This causes issue in mobiles or smaller screens. Just remove the class, omitting "flex" property equals to

flex-grow: 0
flex-shrink: 1
flex-basis: auto

"flex: none" equals to
flex-grow: 0
flex-shrink: 0
flex-basis: auto

Why would you want to prevent shrinking in the header? This causes issue in mobiles or smaller screens.
Just remove the class, omitting "flex" property equals to

flex-grow: 0
flex-shrink: 1
flex-basis: auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant