aboutsummaryrefslogtreecommitdiff
path: root/test/html/render/hr.ref.html
AgeCommit message (Collapse)Author
2025-08-31Fix hr width exceeding available spaceRodrigo Arias Mallo
The hr ruler was directly using the available content width to compute its allocation. However, the width needs to take into account the border of the hr element (1 pixel on each side) to avoid making the element larger than the available space. Co-authored-by: dogma