79141537

Date: 2024-10-30 14:35:30
Score: 1
Natty:
Report link

I've received the problem via max-width: max-content; for the container.

.container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  max-width: max-content;
  gap: 10px;
}

.column {
   // any props
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Дмитрий Дмитриев