Skip to content

Commit

Permalink
fix(core/delivery): keep padding the same whether stage durations are…
Browse files Browse the repository at this point in the history
… on or off
  • Loading branch information
jrsquared committed Apr 3, 2017
1 parent 4827a79 commit 2a1c7fd
Showing 1 changed file with 3 additions and 2 deletions.
Expand Up @@ -97,12 +97,13 @@ execution-status {
.duration {
font-weight: 600;
line-height: 20px;
display: none;
visibility: hidden;
display: inline-block;
}
&.show-durations {
.stage {
.duration {
display: inline-block;
visibility: visible;
}
min-width: 50px;
}
Expand Down

0 comments on commit 2a1c7fd

Please sign in to comment.