-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
feature:st.latexRelated to the `st.latex` elementRelated to the `st.latex` elementstatus:confirmedBug has been confirmed by the Streamlit teamBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expectedSomething isn't working as expected
Description
Checklist
- I have searched the existing issues for similar issues.
- I added a very descriptive title to this issue.
- I have provided sufficient information below to help reproduce this issue.
Summary
st.latex is normally center aligned. But if you use the help tooltip in it, it incorrectly becomes left-aligned.
Reproducible Code Example
import streamlit as st
st.latex(r"\int a x^2 \,dx")
st.latex(r"\int a x^2 \,dx", help="Hello!")Steps To Reproduce
Run the app
Expected Behavior
Both are center aligned
Current Behavior
Is this a regression?
- Yes, this used to work in a previous version.
Debug info
- Streamlit version: 1.39
- Python version:
- Operating System:
- Browser:
Additional Information
No response
github-actions
Metadata
Metadata
Assignees
Labels
feature:st.latexRelated to the `st.latex` elementRelated to the `st.latex` elementstatus:confirmedBug has been confirmed by the Streamlit teamBug has been confirmed by the Streamlit teamtype:bugSomething isn't working as expectedSomething isn't working as expected
