aboutsummaryrefslogtreecommitdiff
path: root/437/index.md
blob: d63297981d7e1a4560cdb71e6b2e8edab322ef02 (plain)
1
2
3
4
5
6
7
8
Title: Fix hr width exceeding available space
Author: rodarima
Created: Sun, 31 Aug 2025 12:32:42 +0000
State: closed

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