Browse Source

Fix responsive in metaplex metadata json viewer (#27585)

fix metaplex metadata responsive
James Yan 3 năm trước cách đây
mục cha
commit
df7e99a076
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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 {
   color: white;
-}
+}
+
+.metadata-json-viewer .string-value {
+  word-break: break-all;
+}