0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-07 23:01:25 -05:00

fix(console): error callstack content should not overflow container

This commit is contained in:
Charles Zhao 2022-05-29 00:17:13 +08:00
parent cf51803946
commit 933950cebf
No known key found for this signature in database
GPG key ID: 4858774754C92DF2

View file

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