Simple use case, I have a page with Tabs, and one of the tabs has a columns block. As soon as the column has any content, the tab gets an horizontal scroll, even if it is a simple small text expression.
Hi @Paulo Bastos,
Thank you for the feedback, we already fixed this on our side (ROU-3908) and it will be available on the OutSystems UI 2.13.0.
In the meantime, you can use this bit of CSS on your theme, to fix the issue:
.osui-tabs__content-item * {
max-width: 99.99%;
}
Best regards,
Bernardo Cardoso