joshigaurava commented on code in PR #9161:
URL: https://github.com/apache/pinot/pull/9161#discussion_r948338666
##########
pinot-controller/src/main/resources/app/pages/TaskQueueTable.tsx:
##########
@@ -197,7 +202,9 @@ const TaskQueueTable = (props) => {
headerTitle="Scheduling Errors"
showSearchBox={false}
>
-
+ <Box p={3} style={{ wordBreak: 'break-all' }}>
Review Comment:
@satishwaghela please don't break the words here. Introduce horizontal
scroll bars. Breaking the class path will make it unreadable.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]