Airblader commented on PR #19287: URL: https://github.com/apache/flink/pull/19287#issuecomment-1091165984
UX-wise a toast message isn't really designed for something like this; it's now more a full-blown dialog, for which there are different UI components. In particular, a fixed width of 1000px obviously won't work for anyone who has their browser window smaller than that, and I'd assume that the toast message does not react well to that. Using a relative width like `90vw`, if supported, would probably alleviate that issue a bit, but it's still a bit of a band-aid fix. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
