From 9da75fb7be7b0deff9ba7184da0b42826b9d3708 Mon Sep 17 00:00:00 2001 From: Guo Cheng <224264187+GuoCheng24@users.noreply.github.com> Date: Fri, 4 Sep 2026 14:20:21 +0800 Subject: [PATCH] Contributors table: keep every row at seven cells 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 31d139d2d..324147475 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