diff --git a/js/notebook/src/SparkUI.ts b/js/notebook/src/SparkUI.ts index 307e42b753..3bc9f1c213 100644 --- a/js/notebook/src/SparkUI.ts +++ b/js/notebook/src/SparkUI.ts @@ -261,6 +261,8 @@ export class SparkUIView extends widgets.VBoxView { this.connectionLabelDead = this.sparkStats.node.querySelector('.dead'); this.connectionStatusElement.insertAdjacentElement('afterend', this.sparkStats.node); + + this.updateLabelWidths(); } private updateSparkStatsStyles(): void {