You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Steps to reproduce
Error
with a longmessage
(the error can be thrown anywhere in the code I think)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
main
at commit SHA db7012aAdditional context
No response
The text was updated successfully, but these errors were encountered: