[ https://issues.apache.org/jira/browse/FLINK-3555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15811940#comment-15811940 ]
ASF GitHub Bot commented on FLINK-3555: --------------------------------------- Github user StephanEwen commented on the issue: https://github.com/apache/flink/pull/2941 Sorry, I have to take a step back here: The changes you made were directly to the resulting CSS files. These files are generated by the web build scripts, so the changes have to be made to the original files. Otherwise they will be overwritten the next time somebody re-builds the web UI. See here: https://github.com/apache/flink/blob/master/flink-runtime-web/README.md The change to `flink-runtime-web/web-dashboard/web/css/index.css` is easy t put into `index.styl` instead. However, the change in `flink-runtime-web/web-dashboard/web/css/vendor.css` overwrites a style that is pulled in as a dependency. Not sure how to handle this correctly. @uce @sachingoel0101 ot @iampeter Can probably help here. > Web interface does not render job information properly > ------------------------------------------------------ > > Key: FLINK-3555 > URL: https://issues.apache.org/jira/browse/FLINK-3555 > Project: Flink > Issue Type: Bug > Components: Webfrontend > Affects Versions: 1.0.0 > Reporter: Till Rohrmann > Assignee: Sergey_Sokur > Priority: Minor > Attachments: Chrome.png, Safari.png > > > In Chrome and Safari, the different tabs of the detailed job view are not > properly rendered. The text goes beyond the surrounding box. I would guess > that this is some kind of css issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)