You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by mc...@apache.org on 2019/09/11 19:07:35 UTC

[nifi] branch master updated: [NIFI-6629] calc correct width for usage ellipsis

This is an automated email from the ASF dual-hosted git repository.

mcgilman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/master by this push:
     new c187292  [NIFI-6629] calc correct width for usage ellipsis
c187292 is described below

commit c187292fd972f3e5ccd8100f5b6debba15cfd25c
Author: Scott Aslan <sc...@gmail.com>
AuthorDate: Fri Sep 6 15:45:46 2019 -0400

    [NIFI-6629] calc correct width for usage ellipsis
    
    This closes #3708
---
 .../nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css    | 3 ++-
 .../nifi-web-ui/src/main/webapp/css/new-parameter-context-dialog.css   | 3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css
index 0ea6de2..5e2f6f3 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/controller-service.css
@@ -118,6 +118,7 @@ div.service.expansion-button {
 
 span.referencing-component-active-thread-count {
     margin-left: 5px;
+    float: left;
 }
 
 span.referencing-component-name {
@@ -247,4 +248,4 @@ div.new-inline-controller-service-button-container {
     bottom: 0;
     right: 0;
     padding: 0 8px 10px;
-}
\ No newline at end of file
+}
diff --git a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-parameter-context-dialog.css b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-parameter-context-dialog.css
index 17daf4d..adbcb45 100644
--- a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-parameter-context-dialog.css
+++ b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/css/new-parameter-context-dialog.css
@@ -111,8 +111,7 @@
 
 span.parameter-context-referencing-component-name {
     margin-left: 5px;
-    margin-right: 5px;
-    max-width: calc(100% - 10px);
+    max-width: calc(100% - 70px);
 }
 
 #parameter-context-updating-status {