Skip to content

Commit

Permalink
fix(deployments): fix alignment of button dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
landonreed committed Feb 15, 2018
1 parent 91ff274 commit 45997a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/manager/components/DeploymentViewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export default class DeploymentViewer extends Component {
<DropdownButton
bsStyle='primary'
id='deploy-server-dropdown'
pullRight
disabled={!project.otpServers || !project.otpServers.length}
title={project.otpServers && project.otpServers.length
? <span><Glyphicon glyph='globe' /> {getMessage(messages, 'deploy')}</span>
Expand Down

0 comments on commit 45997a8

Please sign in to comment.