Skip to content

Commit 161bce2

Browse files
committed
CSS to force names of input streams with receivers to wrap
1 parent 61c4587 commit 161bce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streaming/src/main/scala/org/apache/spark/streaming/ui/StreamingPage.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ private[ui] class StreamingPage(parent: StreamingTab)
466466
<tr>
467467
<td rowspan="2" style="vertical-align: middle; width: 151px;">
468468
<div style="width: 151px;">
469-
<div><strong>{receiverName}</strong></div>
469+
<div style="word-wrap: break-word;"><strong>{receiverName}</strong></div>
470470
<div>Avg: {receivedRecords.formattedAvg} events/sec</div>
471471
</div>
472472
</td>

0 commit comments

Comments
 (0)