You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/07/23 06:57:54 UTC

[GitHub] [nifi] adenes commented on a change in pull request #5238: NIFI-8937 Show component name and version in configure dialog's title bar

adenes commented on a change in pull request #5238:
URL: https://github.com/apache/nifi/pull/5238#discussion_r675345019



##########
File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/jquery/modal/jquery.modal.css
##########
@@ -72,17 +72,28 @@
     height: 56px;
     background-color: #728E9B;
     overflow: hidden;
-}
-
-.dialog-header-text {
     color: #fff;
     font-size: 18px;
     font-family: 'Roboto Slab';
     font-style: normal;
     font-weight: bold;
-    line-height: 56px;
-    padding-left: 20px;
     text-overflow: ellipsis;
+    line-height: 56px;
+    padding: 0 20px;
+    white-space: nowrap;
+}
+
+.dialog-header-text {
+}

Review comment:
       Thanks @mtien-apache for the review, I have removed this block.




-- 
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: issues-unsubscribe@nifi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org