JobDetail: Remove custom styling for last-rendered image

Use regular styling for the last-rendered preview (full width).
This commit is contained in:
Pablo Vazquez 2022-07-05 16:57:58 +02:00 committed by Francesco Siddi
parent be27fdfd88
commit d059b99af4

View File

@ -499,14 +499,6 @@ span.state-transition-arrow.lazy {
color: var(--color-text-muted);
}
.job-details-column .last-rendered {
width: 200px;
height: 112px;
float: right;
}
.global-last-rendered {
grid-column-start: col-1;
grid-column-end: col-3;