You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2021/04/16 12:11:41 UTC

[GitHub] [spark] sarutak commented on a change in pull request #32191: [SPARK-35902][UI] the auto-generated rdd's name in the storage tab should be truncated if it is too long.

sarutak commented on a change in pull request #32191:
URL: https://github.com/apache/spark/pull/32191#discussion_r614788834



##########
File path: core/src/main/scala/org/apache/spark/ui/UIUtils.scala
##########
@@ -325,7 +325,8 @@ private[spark] object UIUtils extends Logging {
         <div class="container-fluid">
           <div class="row">
             <div class="col-12">
-              <h3 style="vertical-align: bottom; display: inline-block;">
+              <h3 style="vertical-align: bottom; white-space: nowrap; overflow: hidden;
+               text-overflow: ellipsis;">

Review comment:
       It's better to have one more whitespace.




-- 
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org