[web] Fix empty lines being invisible in Python script output

GitOrigin-RevId: eb4b732cae74fa050384fd4cec6bd96a9caae152
This commit is contained in:
Domagoj Kriskovic
2026-05-21 15:26:17 +02:00
committed by Copybot
parent 987b3a1f71
commit 10ef1d0f34
@@ -115,6 +115,7 @@
.ide-redesign-python-output-pane-line {
white-space: pre-wrap;
word-break: break-word;
min-height: var(--line-height-03);
}
.ide-redesign-python-output-pane-line-info {