Skip to content

Commit c68f6fc

Browse files
committed
fixes messy display of long strings in inspektor
1 parent dfd6118 commit c68f6fc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

inspektor.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
border-bottom: 1px solid rgb(90,90,90);
4545
height: 2em;
4646
}
47+
.row.value{
48+
overflow:hidden;
49+
}
4750
.readonlyvalue{
4851
color:#666666;
4952
font-style:italic;
@@ -58,4 +61,4 @@
5861
<div class="leftcol" id="pins"></div>
5962
<div class="rightcol" id="values"></div>
6063
</body>
61-
</html>
64+
</html>

0 commit comments

Comments
 (0)