flex-shrink does not work
Good morning everyone, I have a question regarding the flex-shrink property. When I shrink the page, some contents will drop to the second line this is not what I expect. My peers advised me to add the flex-shrink:0 to the <li> tag but do not work. Is there anything I missing?
Pages:https://codingfish1.github.io/RWD-SAMPLE-2/detail.html
Code:https://github.com/CodingFish1/RWD-SAMPLE-2/blob/main/app/detail.html#L34
4 Replies
I hope the circled words keep in a horizontal line
![](https://utfs.io/f/5c4abf30-a13a-4c5d-b274-2fa4ae821f04-4pl4mu.png)
Unknown User•3y ago
Message Not Public
Sign In & Join Server To View
works! Thank you