Henrique Schmeller
Henrique Schmeller
Hey @yoleksandr Can you share your soluction, please?

I have the same problem, my app has rails 7.0.4, ruby 3.0.4 and i18n 1.12.0. Any soluction for that?
Apparently, the issue occurs in the Collapse component due to the missing display. I've opened a fix proposition PR at #7819
It works for me ```js table: { ... widths: cols.map((_, i) => { const colsTotal = cols.length if (i + 1 === colsTotal) { return "*" } return `${100 /...