Skip to content

Commit

Permalink
Treat flex flow as block in float calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
stshine committed Jul 10, 2016
1 parent c2a22bd commit 2aeed83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/layout/flow.rs
Expand Up @@ -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,
}
}
Expand Down

0 comments on commit 2aeed83

Please sign in to comment.