Skip to content

Commit a66478b

Browse files
save file
1 parent 86f8edc commit a66478b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

utils/misc/global-state-diff/global-state-diff.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,9 @@
150150
{display:flex}
151151

152152
#info
153-
{display:grid;grid-template-columns:max-content 1fr;gap:20px}
153+
{display:grid;grid-template-columns:max-content minmax(0, 1fr);gap:20px}
154+
#item #values > *:nth-child(2)
155+
{min-width:0;overflow-wrap:break-word;word-break:break-word;}
154156

155157
#url
156158
{font-weight:bold;margin-top:0px;color:blue}
@@ -319,7 +321,7 @@ <h3>
319321
$('#import .copy').onclick = e=>navigator.clipboard.writeText(src2.value);
320322
$('#import .paste').onclick = async e=>{var txt=await navigator.clipboard.readText();src2.value=txt};
321323

322-
src2.value = 'https://unpkg.com/es-module-lexer?module';
324+
//src2.value = 'https://unpkg.com/es-module-lexer?module';
323325

324326
go2.onclick = function(){
325327

0 commit comments

Comments
 (0)