mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-03 22:38:41 +09:00
layout: fix corrupted unicode in comments, no code change
This commit is contained in:
parent
a30e0e7448
commit
36bc963804
2 changed files with 5 additions and 5 deletions
|
|
@ -4848,8 +4848,8 @@ nsGridContainerFrame::Tracks::StretchFlexibleTracks(
|
|||
applyMinMax = false;
|
||||
// https://drafts.csswg.org/css-grid/#algo-flex-tracks
|
||||
// "If using this flex fraction would cause the grid to be smaller than
|
||||
// the grid container’s min-width/height (or larger than the grid
|
||||
// container’s max-width/height), then redo this step, treating the free
|
||||
// the grid container's min-width/height (or larger than the grid
|
||||
// container's max-width/height), then redo this step, treating the free
|
||||
// space as definite [...]"
|
||||
nscoord newSize = 0;
|
||||
for (auto& sz : mSizes) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue