Henrique Schmeller

Results 5 comments of Henrique Schmeller

Hey @yoleksandr Can you share your soluction, please?

![image](https://user-images.githubusercontent.com/39440032/184430954-7b11c9fa-5974-4e08-a8a3-de8ff3737ebb.png)

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 /...