-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Widgets do not line up #10153
Comments
Hey! This is because the text input still shows an (empty) label above it. You can get rid of that with st.text_input(f"{header} value", value=value, key=f"headers{header}", label_visibility="collapsed") Let me know if that works so we can close this issue. We also want to work more on layout solutions in the next few months, so I added this issue to our internal notes on that! |
Also, |
Yeah I thought so too in the beginning, but the label on the left side doesn't look good anymore in that case because it's misaligned with the widget placeholder text. |
Checklist
Summary
Hi,
I try to line up Widgets in 3 seperate columns. Unfortunately that does not work:
I have found a solution for the text. I could add "######" to the same column and the text would line up with the text_input, but the button has still the problem:
Best Regards
Reproducible Code Example
Steps To Reproduce
No response
Expected Behavior
No response
Current Behavior
No response
Is this a regression?
Debug info
Additional Information
No response
The text was updated successfully, but these errors were encountered: