Skip to content

Commit 772d29f

Browse files
Ensure build artifacts frame does not get too large
1 parent 7fd0019 commit 772d29f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/components/BuildArtifacts.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
padding: 10px;
2323
margin: 10px;
2424
background-color: rgba(255, 128, 0, 0.25);
25+
max-height: 15rem;
26+
overflow: scroll;
2527
}
2628
2729
#build-artifacts-frame h3:nth-of-type(1) {

0 commit comments

Comments
 (0)