Skip to content

Commit f3924fe

Browse files
authored
Add right margin to timestamp (#201)
Fixes #200
1 parent 33ca607 commit f3924fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@ div.console-output-line {
250250
display: flex;
251251
}
252252

253+
span.timestamp {
254+
margin-right: 15px;
255+
}
256+
253257
div.stage-detail-group {
254258
vertical-align: auto;
255259
border-radius: 10px;

0 commit comments

Comments
 (0)