Skip to content

Commit 0200411

Browse files
committed
Fixed DFL-3382: Lines should not wrap in return-value UI.
1 parent 112f57c commit 0200411

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/ui-style/debugger_style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,6 +1621,11 @@ d
16211621
width: 100%;
16221622
}
16231623

1624+
.return-function-from
1625+
{
1626+
white-space: pre;
1627+
}
1628+
16241629
.return-function-from > examine-objects
16251630
{
16261631
display: inline-block;

0 commit comments

Comments
 (0)