Skip to content

Commit 7312c99

Browse files
authored
Update UIUtils.scala
1 parent 2ea50b9 commit 7312c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/org/apache/spark/ui/UIUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ private[spark] object UIUtils extends Logging {
325325
<div class="container-fluid">
326326
<div class="row">
327327
<div class="col-12">
328-
<h3 style="vertical-align: bottom; white-space: nowrap; overflow: hidden; text-overflow:ellipsis;">
328+
<h3 style="vertical-align: bottom; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;">
329329
{title}
330330
{helpButton}
331331
</h3>

0 commit comments

Comments
 (0)