diff options
Diffstat (limited to 'components/layout_2020/flexbox/construct.rs')
-rw-r--r-- | components/layout_2020/flexbox/construct.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/layout_2020/flexbox/construct.rs b/components/layout_2020/flexbox/construct.rs index 19fca86a72e..876dbfe052b 100644 --- a/components/layout_2020/flexbox/construct.rs +++ b/components/layout_2020/flexbox/construct.rs @@ -161,6 +161,7 @@ where self.text_decoration_line, true, /* has_first_formatted_line */ false, /* is_single_line_text_box */ + self.info.style.writing_mode.to_bidi_level(), )?; let block_formatting_context = BlockFormattingContext::from_block_container( |