We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Sizing_items_in_CSS
min- and max- sizes
While text says 150 pixels in relation to min-height, the code example reads:
150 pixels
min-height
min-height: 100px;
Consistent number for text and code, either 100px or 150px.
No response
en-us/learn/css/building_blocks/sizing_items_in_css
The text was updated successfully, but these errors were encountered:
Thanks! The examples have had some minor tweaks recently, and the prose needs to be updated to reflect that.
Sorry, something went wrong.
Fixed in #36729
bsmth
Successfully merging a pull request may close this issue.
MDN URL
https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Sizing_items_in_CSS
What specific section or headline is this issue about?
min- and max- sizes
What information was incorrect, unhelpful, or incomplete?
While text says
150 pixels
in relation tomin-height
, the code example reads:What did you expect to see?
Consistent number for text and code, either 100px or 150px.
Do you have any supporting links, references, or citations?
No response
Do you have anything more you want to share?
No response
MDN metadata
Page report details
en-us/learn/css/building_blocks/sizing_items_in_css
The text was updated successfully, but these errors were encountered: