fix: Correct iframe cutting off text (#27939)
This PR changes the style of the "STAFF DEBUG INFO" dialog. Before in the New Experience view, when a user viewed the dialog and the text in a table exceed the width of the dialog, it would continue outside of the dialog and be hidden. Therefore, the user could not properly read all the debug information. Now when the text in the table exceeds the width of the dialog, it will automatically wrap within the table block.
Please register or sign in to comment