Skip to content

Commit 919df95

Browse files
authored
Break long text lines in console (#156)
Co-authored-by: Tim <[email protected]>
1 parent 85a6015 commit 919df95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/frontend/pipeline-console-view/pipeline-console/main/pipeline-console.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ div.console-output-line-anchor {
193193

194194
pre.console-pane {
195195
background-color: var(--card-background);
196+
word-break: break-word;
196197
}
197198

198199
div.console-output-line {

0 commit comments

Comments
 (0)