Skip to content

remove flex-none class from header#165

Open
enryIT wants to merge 3 commits intogodofredoninja:masterfrom
enryIT:patch-1
Open

remove flex-none class from header#165
enryIT wants to merge 3 commits intogodofredoninja:masterfrom
enryIT:patch-1

Conversation

@enryIT
Copy link
Copy Markdown

@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

enryIT added 3 commits May 25, 2023 19:45
"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.

1 participant