diff --git a/app/javascript/flavours/glitch/features/account_timeline/components/fields.tsx b/app/javascript/flavours/glitch/features/account_timeline/components/fields.tsx index ca3244157f..d966492620 100644 --- a/app/javascript/flavours/glitch/features/account_timeline/components/fields.tsx +++ b/app/javascript/flavours/glitch/features/account_timeline/components/fields.tsx @@ -285,11 +285,14 @@ function useColumnWrap() { if (!item) { break; } + const { ele, span } = item; + if (i < row.length - 1) { ele.dataset.cols = span.toString(); remainingRowSpan -= span; } else if ( + row.length > 1 && row.length === halfColSpan && span === 1 && remainingRowSpan > 1