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.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---