From 44aa844a855b518bc023d66ef1f875053c6282ba Mon Sep 17 00:00:00 2001 From: Guo Cheng Date: Mon, 7 Sep 2026 10:24:47 +0800 Subject: [PATCH] Contributors table: keep every row at seven cells (#2938) The last row carries eight elements while all fifty-three others carry seven. Each cell is fixed at width="14.28%" (one seventh), so eight of them overflow the table: the final avatar renders narrower than the rest and sits past the edge, reachable only by scrolling horizontally. Moving that one cell onto its own row restores the invariant. Verified by counting cells per row before and after: the distribution goes from {7, 8} to {7, 1}, the 1 being the new trailing row that the next contributor fills. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 31d139d2..32414747 100644 --- a/README.md +++ b/README.md @@ -547,6 +547,8 @@ Thanks goes to these wonderful people ([emoji key](./CONTRIBUTING.md#contributor
Konstantinos Passadis | Azure MVP | MCT

Alex Sokol

Jiro Matsuzawa
+ +
Guo Cheng