NagVis / nagvis

Visualization addon for your open source monitoring core
http://nagvis.org/
GNU General Public License v2.0
113 stars 73 forks source link

Fix off-screen text in popups #300

Closed jacobbaungard closed 2 years ago

jacobbaungard commented 2 years ago

Previously the text would not be wrapped at all, causing text to run off the popup box. With this commit the wrapping in the popup is changed, so that hopefully it stays inside the popup box.

Prior to fix: screenshot_20211125_163620

After fix: screenshot_20211125_172507

jacobbaungard commented 2 years ago

I added another commit that also makes a slight improvement to singleline text fields. Screenshots below.

Before: screenshot_20211126_092524

After: screenshot_20211126_092545

LarsMichelsen commented 2 years ago

Thanks for your contribution :)