Skip to content

Commit

Permalink
Fix deployment bar animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Hinrichsen committed Mar 11, 2016
1 parent 643d117 commit 43cbce1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/css/components/app-health-detail.less
Expand Up @@ -11,6 +11,7 @@

.app-health-detail .health-bar {
width: @base-spacing-unit*22;
transform: translate3d(0,0,0);
}

.app-health-detail .health-breakdown {
Expand Down
2 changes: 1 addition & 1 deletion src/css/components/health-bar.less
Expand Up @@ -30,7 +30,7 @@
position: relative;
top: 50%;
left: 50%;
width: @health-bar-width;
max-width: none;
margin-top: @base-spacing-unit*-0.5;
margin-left: @health-bar-width*-0.5;
}
Expand Down

0 comments on commit 43cbce1

Please sign in to comment.