File tree 2 files changed +1
-9
lines changed
2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -1198,10 +1198,6 @@ Display Order: the 'order' property</h3>
1198
1198
.tabs {
1199
1199
display: flex;
1200
1200
}
1201
- .tabs > * {
1202
- min-width: min-content;
1203
- /* Prevent tabs from getting too small for their content. */
1204
- }
1205
1201
.tabs > .current {
1206
1202
order: -1; /* Lower than the default of 0 */
1207
1203
}
Original file line number Diff line number Diff line change @@ -2018,7 +2018,7 @@ <h3 class="heading settled" data-level="5.4" id="order-property"><span class="se
2018
2018
exactly as if the flex items were reordered in the source document.</ p >
2019
2019
2020
2020
2021
- < div class ="example " id ="example-6155594a "> < a class ="self-link " href ="#example-6155594a "> </ a >
2021
+ < div class ="example " id ="example-acefdb57 "> < a class ="self-link " href ="#example-acefdb57 "> </ a >
2022
2022
The following figure shows a simple tabbed interface, where the tab for the active pane is always first:
2023
2023
2024
2024
@@ -2033,10 +2033,6 @@ <h3 class="heading settled" data-level="5.4" id="order-property"><span class="se
2033
2033
< pre class ="lang-css "> .tabs {
2034
2034
display: flex;
2035
2035
}
2036
- .tabs > * {
2037
- min-width: min-content;
2038
- /* Prevent tabs from getting too small for their content. */
2039
- }
2040
2036
.tabs > .current {
2041
2037
order: -1; /* Lower than the default of 0 */
2042
2038
}
You can’t perform that action at this time.
0 commit comments