Skip to content

Commit

Permalink
fix(pipelines): render account tag inline on time boundary view
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed Apr 6, 2017
1 parent 7e58fb1 commit d60098d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@

.execution-group-heading, .execution-name {
.account-tag {
display: flex;
min-height: 37px;
line-height: 16px;
align-items: center;
Expand Down Expand Up @@ -50,6 +49,9 @@
}
}
.execution-group-heading {
.account-tag {
display: flex;
}
display: flex;
padding: 0;
margin-top: 3px;
Expand Down

0 comments on commit d60098d

Please sign in to comment.