align button right in UI Layouts: pull-right/btn-right

1
Why do the orders pull-right or btn-right: aligns the button to the right described on https://docs.mendix.com/howto/front-end/styles work on normal pages but don’t work in the UI Layouts?    How can I align the Sign out button in the Atlas UI Resources Layouts?  Thanks for your support.  Best regards, Robert
asked
3 answers
1

pull-right adds “float” classes to elements, pulling them out of the regulair flow (making other elements jump around unpredicatbly).
Im pretty sure altas is replacing them by adding a container with class “row-right”.

answered
0

o and i have no idea why they work in the one and the other
it could be that some elements dont have 100% width?

answered
0

Solved – I had to put the widget outside of any layout grid.  

answered