-
Bug
-
Resolution: Fixed
-
Normal
-
9.5.0.2
-
Security Level: Jimmy
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