File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
utils/misc/global-state-diff Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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}
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
You can’t perform that action at this time.
0 commit comments