streamlit / streamlit

Streamlit — A faster way to build and share data apps.

Home Page:https://streamlit.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exception traceback doesn't have right padding

jrieke opened this issue · comments

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

In a red exception box, the traceback has left padding but no right padding:
CleanShot 2024-11-08 at 14 47 20

Reproducible Code Example

import streamlit as st

1/0

Steps To Reproduce

Run the app. Or see playground here.

Expected Behavior

Traceback has same right padding as left padding.

Current Behavior

No right padding.

Is this a regression?

  • Yes, this used to work in a previous version.

Debug info

  • Streamlit version: 1.40
  • Python version:
  • Operating System:
  • Browser:

Additional Information

No response

If this issue affects you, please react with a 👍 (thumbs up emoji) to the initial post.

Your feedback helps us prioritize which bugs to investigate and address first.

Visits