Hello,
I have recently updated to orbeon 2023.1.6 and am having some display issues with the repeating grid css where the following css is being applied and causing the grid to be fixed to 35px.
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly):not(.fr-grid-number-rows) .fr-grid-repeat-top-row,
.orbeon .xbl-fr-grid .fr-grid.fr-grid-css.fr-repeat:not(.fr-grid-readonly):not(.fr-grid-number-rows) .fr-grid-repeat-iteration {
grid-template-columns: 35px auto;
}
Things to note, that this always happens in view mode and edit mode works fine. I've been looking through out custom css and have not found anything that should effect this.
Is this something that has been changed/broken with the new release? Or what do you suggest to happen to fix this issue.
Thanks,
Joel.