Browse Source

Fix responsive in metaplex metadata json viewer (#27585)

fix metaplex metadata responsive
James Yan 3 years ago
parent
commit
df7e99a076
1 changed files with 5 additions and 1 deletions
  1. 5 1
      explorer/src/scss/_solana.scss

+ 5 - 1
explorer/src/scss/_solana.scss

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