Skip to content

Commit 194162c

Browse files
authored
Only limit height of console widget (#10368)
2 parents c7583cc + ee0a271 commit 194162c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/scss/pages/_build.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
flex-direction: column;
2222
grid-template-columns: 1fr 1fr;
2323

24-
.jenkins-card__content {
24+
.jenkins-card__content .app-console-output-widget {
2525
max-height: 300px;
2626
}
2727
}
@@ -45,7 +45,7 @@
4545
}
4646
}
4747

48-
.jenkins-card__content {
48+
.jenkins-card__content .app-console-output-widget {
4949
height: 300px;
5050
}
5151
}

0 commit comments

Comments
 (0)