Skip to content

Commit

Permalink
Kozea#601: remove TODO:handle RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
malnajdi committed Oct 10, 2020
1 parent 2a01aef commit 0c2e7b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion weasyprint/layout/flex.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,6 @@ def flex_layout(context, box, max_position_y, skip_stack, containing_block,
# else: Cross size has been set by step 7

# Step 12
# TODO: handle rtl
original_position_axis = (
box.content_box_x() if axis == 'width'
else box.content_box_y())
Expand Down

0 comments on commit 0c2e7b2

Please sign in to comment.