Skip to content

Commit

Permalink
fixup: use width 'auto'
Browse files Browse the repository at this point in the history
  • Loading branch information
rkhachatryan authored and Airblader committed Apr 11, 2022
1 parent b36e32f commit 87dd6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-runtime-web/web-dashboard/src/app/app.interceptor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 87dd6fb

Please sign in to comment.