79108945

Date: 2024-10-21 07:24:06
Score: 1
Natty:
Report link

Just so you know, the actual fix is the "break-inside: avoid;"

<div class="masonryLayout">
   <div class"card">Hello, world!</div>
</div>

to fix the issue he had just add this to ".card"

.card {
   break-inside: avoid;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Paul Innocent