-
Notifications
You must be signed in to change notification settings - Fork 4k
Description
Summary
Extra padding is added on sidebar unintentionally
Steps to reproduce
See Sidebar in https://share.streamlit.io/streamlit/release-demos/0.72/0.72/streamlit_app.py vs
https://share.streamlit.io/streamlit/release-demos/0.71/0.71/streamlit_app.py
Expected behavior:
There should be less padding
Actual behavior:
There is more padding
Is this a regression?
yes
Debug info
- Streamlit version: 0.72
Additional information
Likely the solution requires removing the padding variables. Looks like we should have an E2E image snapshot on the sidebar as well.
Looks like these lines cause the issue: https://github.com/streamlit/streamlit/blob/develop/frontend/src/components/core/ReportView/styled-components.ts#L73
Originally, from here, but perhaps it was never used. https://github.com/streamlit/streamlit/blob/0.69.2/frontend/src/components/core/ReportView/ReportView.scss#L55