Skip to content

Commit 3d1b0e3

Browse files
committed
#75 removed scrollbar from job-history component
1 parent 76c0ff6 commit 3d1b0e3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app/job/job-history/job-history.component.css

Whitespace-only changes.

app/job/job-history/job-history.component.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<widget-header title="Job History" icon="fa-tasks">
33
<a href="#" *ngIf="mode=='ADMIN'">Manage</a>
44
</widget-header>
5-
<widget-body classes="medium no-padding">
5+
<widget-body classes="no-padding">
66
<div *ngIf="status=='IN_PROGRESS'">
77
<progress-bubble></progress-bubble>
88
</div>

0 commit comments

Comments
 (0)