Skip to content

Commit

Permalink
Merge branch '62.x'
Browse files Browse the repository at this point in the history
  • Loading branch information
liZe committed Jun 21, 2024
2 parents 783b2ed + f39039b commit e68e3fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion weasyprint/layout/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,6 @@ def grid_layout(context, box, bottom_space, skip_stack, containing_block,
second_flow = 'row' if 'column' in flow else 'column' # other axis
first_tracks = rows if first_flow == 'row' else columns
second_tracks = rows if second_flow == 'row' else columns
auto_tracks = auto_rows if first_flow == 'row' else auto_columns

# 1.1 Position anything that’s not auto-positioned.
children_positions = {}
Expand Down

0 comments on commit e68e3fa

Please sign in to comment.