-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: 9.5.0.2
-
Component/s: Components
-
Security Level: Jimmy
-
None
Steps to Reproduce
produce an error at server side
Current Result
the error box has a default width of 250pt cutting off error details
Expected Result
more flexible width allowing to adjusting for larger content (e.g. min-width: 30em; max-width: 90vw;)
provide scrollbars on demand (overflow: auto)
Debug Information
currently the width is hard coded to 250pt