0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-23 20:33:16 -05:00

Merge pull request #980 from logto-io/charles-fix-error-call-stack-text-overflow-issue

fix(console): error callstack content should not overflow container
This commit is contained in:
Charles Zhao 2022-05-29 00:25:52 +08:00 committed by GitHub
commit ddf113f1db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -54,5 +54,6 @@
font: var(--font-body-medium);
padding: _.unit(6);
white-space: pre-wrap;
word-break: break-all;
}
}