From 2ad005070aad45d8aa2b474c59adc61b72744656 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 30 Sep 2019 09:47:11 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=A0jira=E4=BB=BB=E5=8A=A1=EF=BC=8C?= =?UTF-8?q?=E6=A0=87=E9=A2=98=E6=96=87=E6=9C=AC=E5=B1=85=E5=B7=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/pages/connection/connection.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/pages/connection/connection.ts b/src/modules/pages/connection/connection.ts index 09d5e32..6714de9 100644 --- a/src/modules/pages/connection/connection.ts +++ b/src/modules/pages/connection/connection.ts @@ -92,6 +92,7 @@ export class Connection extends BI.Widget { { type: Label, lgap: 5, + textAlign: 'left', ref: (_ref: any) => { this.connectionTitleWidget = _ref; },