Skip to content
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

Long error message overflows its container in the status area #753

Closed
jackdbd opened this issue Jun 6, 2024 · 1 comment
Closed

Long error message overflows its container in the status area #753

jackdbd opened this issue Jun 6, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@jackdbd
Copy link
Contributor

jackdbd commented Jun 6, 2024

Description of the bug

While I was working on #751, I found out that a long error message overflows its container in the status area.

A picture is worth a thousand words:

indiekit-error-message-overflows

Steps to reproduce

  1. Throw an Error with a long message (the error can be thrown anywhere in the code I think)
  2. The error message does not fit its container in the status area

Expected behaviour

The error message should fit its container in the status area. If the error message is very long, it should be scrollable.

Environment

  • Indiekit version: forked from main at commit SHA db7012a
  • Browser: Chrome 125.0.6422.112

Additional context

No response

@jackdbd jackdbd added the bug Something isn't working label Jun 6, 2024
@paulrobertlloyd
Copy link
Collaborator

Not sure why I was preventing details summary text from wrapping; have removed that behaviour from the details component, which is used in the notification component shown here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants