-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Make titles/headers align better in horizontal container #12434
Copy link
Copy link
Closed
Labels
area:layoutRelated to layout and positioningRelated to layout and positioningfeature:st.containerRelated to the `st.container` elementRelated to the `st.container` elementfeature:st.headerRelated to the `st.header` elementRelated to the `st.header` elementfeature:st.titleRelated to the `st.title` elementRelated to the `st.title` elementtype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Metadata
Metadata
Assignees
Labels
area:layoutRelated to layout and positioningRelated to layout and positioningfeature:st.containerRelated to the `st.container` elementRelated to the `st.container` elementfeature:st.headerRelated to the `st.header` elementRelated to the `st.header` elementfeature:st.titleRelated to the `st.title` elementRelated to the `st.title` elementtype:enhancementRequests for feature enhancements or new featuresRequests for feature enhancements or new features
Checklist
Summary
Due to the padding above/below titles and headers, they don't align well with other elements if used in a horizontal container:
Would be great to improve that!
Why?
Looks better if it's aligned.
How?
Maybe we automatically get rid of the padding above/below if used in a horizontal container? Or some other solution?
Additional Context
No response