Hi, try this if you only want to apply the custom CSS to the dropdowns:
.form .dropdown-container span.validation-message {
bottom: unset;
left: 100%;
margin-left: 4px;
position: absolute;
top: 10px;
}
Thank you very much for this.
I put this in my customers application, it solves the issue for the drop down and it's displaying properly beside the field to the right as desired.
I however needed to place component OutSystems UI 2.4.0. back to make my screens work again (because I needed to deliver my app).
For 2.4.1 the error message of 'non' drop-down widgets came outside of the screen. I believe this has to do with the difference of the CSS in 2.4.0 (left) and 2.4.1 (right)
