From 4a787280ac8d894760b5e2c44ba010d0c6063cf3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Pior?= Date: Tue, 3 Jul 2018 15:40:34 +0200 Subject: [PATCH] #7615 spark status minimum width (#7632) * #7614 fix spark progress in lab missing curved corner * #7615 spark status minimum width * #7615 fix --- js/notebook/src/SparkUI.ts | 2 ++ 1 file changed, 2 insertions(+) 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 {