Buttons should be bottom aligned by default

Notice that the “Update observation” button looks like it’s floating.

If it were bottom aligned this wouldn’t be an issue

Hi @ConnorMcCormick,

Thanks for posting!

Feel free to submit a product enhancement request here :slightly_smiling_face: Thanks!

Caroline :balloon:

I just did, feel free to put it there. Thanks!

Hi @ConnorMcCormick, a hacky way to do this is use some vertical fillers in the 2nd column (where your Update Observation button is)

Eg.
st.write(‘’)
st.write(‘’)

2-3 such commands should get you somewhat aligned (until Streamlit gives us a better way of aligning widgets)

Cheers

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.