Change button location

0
How can I change my button location?   I want to aline a button with an textbox.   Screenshot app ← I would like to outline my “Add” button to the right.
asked
2 answers
0

Hi, 

I think using a Layout Grid is the most common way to solve that in the modeler. However CSS (pull-right) is probably also an option. 

answered
0

The best way to do it, would be to create a flex class that aligns its content to the right.

the worst way to do it would be to add the helper class “pull-right” to the button, which works most of the time.

answered