diff --git a/flink-runtime-web/web-dashboard/src/app/app.interceptor.ts b/flink-runtime-web/web-dashboard/src/app/app.interceptor.ts index 4cc6a0f585a15..f08ff41d0e710 100644 --- a/flink-runtime-web/web-dashboard/src/app/app.interceptor.ts +++ b/flink-runtime-web/web-dashboard/src/app/app.interceptor.ts @@ -35,7 +35,7 @@ export class AppInterceptor implements HttpInterceptor { const ignoreErrorMessage = ['File not found.']; const option: NzNotificationDataOptions = { nzDuration: 0, - nzStyle: { width: '1000px', 'white-space': 'pre-wrap' } + nzStyle: { width: 'auto', 'white-space': 'pre-wrap' } }; return next.handle(req).pipe(