arnaudmiribel / streamlit-extras

Discover, try, install and share Streamlit re-usable bits we call "extras"!
https://extras.streamlit.app
Apache License 2.0
669 stars 117 forks source link

🐛 [BUG] - Streamlit 1.29.0 breaks row vertical align options #201

Closed windischbauer closed 7 months ago

windischbauer commented 7 months ago

Description

Upon upgrading to streamlit 1.29.0 the vertical align options of row are no longer working.

Reproduction steps

1. Upgrade to 1.29.0
2. Add items to a row
3. Set vertical_align='bottom'
4. Items are aligned at the top and the vertical_align options don't work anymore.

Screenshots

![DESCRIPTION](LINK.png)

Logs

No response

Version of streamlit

1.29.0

Version of streamlit-extras

0.3.4

arnaudmiribel commented 7 months ago

Hey @windischbauer, thanks for calling this out!

@LukasMasuch might know best how to diagnose and fix this. 😃