diff --git a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css index 7877f697e1..751a647c26 100644 --- a/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css +++ b/nifi/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/provenance.css @@ -453,6 +453,11 @@ div.content-detail-value { #provenance-percent-complete, #lineage-percent-complete { width: 378px; + border-radius: 0; +} + +#provenance-percent-complete .ui-progressbar-value, #lineage-percent-complete .ui-progressbar-value { + border-radius: 0; } div.progress-label {