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-unsubscr...@nifi.apache.org

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


Reply via email to