File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 568568 *
569569 * We'll also set flex-grow to 1 so that it
570570 * will expand to fill its container. (The
571- * default value is 1 .)
571+ * default value is 0 .)
572572 *
573573 * We'll set flex-shrink to 1 so that the element
574574 * will shrink as its container gets smaller.
575- * (The default value is 0 .)
575+ * (The default value is 1 .)
576576 *
577577 * Last, we set flex-basis to 0 so that its
578578 * size is solely determined by the size of
Original file line number Diff line number Diff line change 1919 *
2020 * We'll also set flex-grow to 1 so that it
2121 * will expand to fill its container. (The
22- * default value is 1 .)
22+ * default value is 0 .)
2323 *
2424 * We'll set flex-shrink to 1 so that the element
2525 * will shrink as its container gets smaller.
26- * (The default value is 0 .)
26+ * (The default value is 1 .)
2727 *
2828 * Last, we set flex-basis to 0 so that its
2929 * size is solely determined by the size of
You can’t perform that action at this time.
0 commit comments