79244194

Date: 2024-12-02 13:06:49
Score: 1.5
Natty:
Report link

The repeater column span is 1 by default, so it is filling a single column, which is why it's all squished.

For the repeater to span the full width:

  1. use ->colSpanFull() on the repeater (or ->colSpan(4))
  2. remove ->columns(4) from the section (or change to ->columns(1))

repeater-spanning-columns

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Beefjeff