Details
-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
17.4.0-rc-1
-
None
-
Unknown
-
Description
Steps to reproduce:
- Open a page that has scripts with long lines, for example AnnotationCode.Script
- Open the information tab
- Click the "Review required rights" button
- Click on "Analysis details"
- Click on one of the two items
Expected result:
The width of the dialog doesn't change.
Actual result:
The dialog becomes a lot wider, for the second item the width of the dialog even exceeds the screen width. See also the attached screen recording.
The reason for this is that I've set the modal's min-width to fit-content in order to ensure that the four rights fit even when translated and when having the analysis summary below them (which already doesn't always fit in English and I fear in other languages it will be worse). I didn't consider that code blocks would influence this when developing this as I always tested with very short test scripts.