Skip to content

Commit 76ad5af

Browse files
committed
Fixed display issue in Return Values with long property names/values.
1 parent 890b7fe commit 76ad5af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui-style/debugger_style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1617,6 +1617,7 @@ d
16171617
.return-value
16181618
{
16191619
display: table;
1620+
table-layout: fixed;
16201621
width: 100%;
16211622
}
16221623

0 commit comments

Comments
 (0)