aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/layout/flow.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/layout/flow.rs b/components/layout/flow.rs
index 1c53740c402..35bd4c26881 100644
--- a/components/layout/flow.rs
+++ b/components/layout/flow.rs
@@ -588,7 +588,7 @@ impl FlowClass {
match self {
FlowClass::Block | FlowClass::ListItem | FlowClass::Table | FlowClass::TableRowGroup |
FlowClass::TableRow | FlowClass::TableCaption | FlowClass::TableCell |
- FlowClass::TableWrapper => true,
+ FlowClass::TableWrapper | FlowClass::Flex => true,
_ => false,
}
}