We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2bede commit c8b4589Copy full SHA for c8b4589
flexbox/ratios/min-max-content.html
@@ -62,10 +62,12 @@
62
63
<style class="editable">
64
.min-content {
65
+ width: -moz-min-content;
66
width: min-content;
67
border: 2px dotted rgb(96, 139, 168);
68
}
69
.max-content {
70
+ width: -moz-max-content;
71
width: max-content;
72
73
@@ -83,10 +85,12 @@
83
85
</section>
84
86
<textarea class="playable-css">
87
88
89
90
91
92
93
94
95
96
0 commit comments