We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91465c1 commit 86f8edcCopy full SHA for 86f8edc
utils/misc/global-state-diff/v2.0/global-state-diff-v2.0.html
@@ -150,7 +150,9 @@
150
{display:flex}
151
152
#info
153
- {display:grid;grid-template-columns:max-content 1fr;gap:20px}
+ {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;}
156
157
#url
158
{font-weight:bold;margin-top:0px;color:blue}
0 commit comments