Skip to content

Commit

Permalink
HARMONY-1492: Remove .t-0
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyinverso committed Jun 30, 2023
1 parent cc0634d commit fcb5b70
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/views/workflow-ui/job/index.mustache.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</button>
</div>
</nav>
<nav class="ml-0 pl-0 t-0 sticky-top"
<nav class="ml-0 pl-0 sticky-top"
style="--bs-breadcrumb-divider: url(&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E&#34;);"
aria-label="breadcrumb">
<div class="breadcrumb d-flex flex-row justify-content-between">
Expand Down
2 changes: 1 addition & 1 deletion app/views/workflow-ui/jobs/index.mustache.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</button>
</div>
</nav>
<nav class="ml-0 pl-0 t-0 sticky-top"
<nav class="ml-0 pl-0 sticky-top"
style="--bs-breadcrumb-divider: url(&#34;data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='currentColor'/%3E%3C/svg%3E&#34;);"
aria-label="breadcrumb">
<ol class="breadcrumb">
Expand Down
4 changes: 0 additions & 4 deletions public/css/workflow-ui/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,4 @@ body {

.t-40 {
top: 40px;
}

.t-0 {
top: 0px;
}

0 comments on commit fcb5b70

Please sign in to comment.