fix(web): reduce job title heading size
Build CutList image / build-and-push (push) Successful in 18s
Build CutList image / build-and-push (push) Successful in 18s
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<PageTitle>@(IsNew ? "New Job" : job.DisplayName)</PageTitle>
|
||||
|
||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||
<h1>@(IsNew ? "New Job" : job.DisplayName)</h1>
|
||||
<h1 class="job-title">@(IsNew ? "New Job" : job.DisplayName)</h1>
|
||||
<a href="jobs" class="btn btn-outline-secondary">Back to Jobs</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user