Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-08-31 | Fix hr width exceeding available space | Rodrigo 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 |