0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

refactor(console): add word-break for audit logs (#3599)

This commit is contained in:
Gao Sun 2023-03-24 22:03:19 +08:00 committed by GitHub
parent 42c69faeae
commit ccf1671e87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,7 @@
}
.infoItem {
word-break: break-word;
color: var(--color-text);
font: var(--font-body-2);