Skip to content

Commit 18cdff5

Browse files
committed
refactor: ensure cards use the full page for content
Signed-off-by: Lewis Birks <22620804+lewisbirks@users.noreply.github.com>
1 parent f43a052 commit 18cdff5

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

src/main/webapp/css/jenkins-style.css

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ pre {
161161
/* ------------------------------------------------------------------------------------------------------------------- */
162162

163163
.bs5-console-output {
164-
overflow-y: auto;
165164
margin: 0 -1rem -1rem;
166165
padding: 0 1rem 1rem;
167166

@@ -179,16 +178,3 @@ pre {
179178
}
180179
}
181180
}
182-
183-
@media (width >= 1000px) {
184-
.jenkins-card__content .bs5-console-output {
185-
height: 300px;
186-
}
187-
}
188-
189-
@media (width < 1000px) {
190-
.jenkins-card__content .bs5-console-output {
191-
max-height: 300px;
192-
}
193-
}
194-

0 commit comments

Comments
 (0)