mod0BurpUploadScanner icon indicating copy to clipboard operation
mod0BurpUploadScanner copied to clipboard

Bug: Lack of line wrapping in the text editor stretches the UI to ridiculous sizes

Open pandasauce opened this issue 5 years ago • 1 comments

Although #60 was fixed, the UI still stretches to a ridiculous size when a binary file is sent to the plugin. I believe this is due to the text editor being flexible in size and having no line wrapping. To prevent this from happening, it should be restricted in dimensions by the size of the parent container.

image

pandasauce avatar May 06 '20 10:05 pandasauce

Temporary workaround: untick "Pretty print by default" under "User Options" -> "Display" -> "HTTP Message Display".

pandasauce avatar May 06 '20 10:05 pandasauce