Skip to content

Commit

Permalink
fix(pipelines): fix alignment on multi-line account labels
Browse files Browse the repository at this point in the history
  • Loading branch information
anotherchrisberry committed Apr 2, 2017
1 parent b1d263a commit 9a9cd20
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,20 @@
&.clickable.heading-sticky {
box-shadow: none;
.shadowed {
box-shadow: 0px 8px 6px -6px @mid_lighter_grey;
box-shadow: 0 8px 6px -6px @mid_lighter_grey;
}
}
.clearfix();
}

.execution-group-heading, .execution-name {
.account-tag {
display: flex;
min-height: 37px;
line-height: 16px;
align-items: center;
flex: 0 0 auto;
padding: 0 15px;
height: 37px;
line-height: 37px;
display: inline-block;
border-right: 1px solid @lightest_grey;
color: #ffffff;
background-color: #777;
Expand Down

0 comments on commit 9a9cd20

Please sign in to comment.