Fix responsive in metaplex metadata json viewer (#27585)

fix metaplex metadata responsive
This commit is contained in:
James Yan 2022-09-13 00:13:33 +08:00 committed by GitHub
parent 90b8a3a44d
commit df7e99a076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -478,4 +478,8 @@ p.updated-time {
.security-txt-link-color-hack-reee {
color: white;
}
}
.metadata-json-viewer .string-value {
word-break: break-all;
}