yangjunhan commented on a change in pull request #16980:
URL: https://github.com/apache/flink/pull/16980#discussion_r696458715
##########
File path:
flink-runtime-web/web-dashboard/src/app/pages/job/exceptions/job-exceptions.component.less
##########
@@ -32,12 +32,15 @@ nz-table {
flink-monaco-editor {
height: calc(~"100vh - 346px");
+
&.subtask {
height: 300px;
}
}
.expand-td {
+ display: block;
+ width: 100%;
Review comment:
My mistake. I was testing out on the stylesheet and forgot to remove the
redundant style.
--
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]