In a Reactive app, the radio button becomes squished when it has long label text that wraps.
It can be manually fixed adding the following CSS:
.radio-button { min-width: 24px;}
.radio-button {
min-width: 24px;
}
But it should be fixed by OutSystems.
HI @Thiago Andrade
Thanks for reaching us.
I've create a quick example and everything is working as expected for radio button:
Which version of OutSystems UI are you using? Is the latest?
For the example that you shared, it seems a custom CSS because we doesn't have the styles that are applied. Could you isolate the use case and attach here?
ThanksBruno Marcelino
It's the 2.8.0. Probably the last version fixed it. Thanks
Hi @Thiago Andrade
Any update on this topic? Is this solved?If so, would you mind marking the thread as solved to help any other community member with similar doubts? Thank you!
Cheers,GM