diff --git a/src/components/ProjectStatus/ProjectStatus.scss b/src/components/ProjectStatus/ProjectStatus.scss index b0cebe28b..38ee57c1a 100644 --- a/src/components/ProjectStatus/ProjectStatus.scss +++ b/src/components/ProjectStatus/ProjectStatus.scss @@ -45,6 +45,17 @@ } } + .dropdown-wrap { + .status-header { + &.status-active { + &.editable { + display: flex; + justify-content: center; + } + } + } + } + .status-label { vertical-align: top; } diff --git a/src/components/ProjectStatus/ProjectStatusChangeConfirmation.jsx b/src/components/ProjectStatus/ProjectStatusChangeConfirmation.jsx index a29abb354..e0775d0d7 100644 --- a/src/components/ProjectStatus/ProjectStatusChangeConfirmation.jsx +++ b/src/components/ProjectStatus/ProjectStatusChangeConfirmation.jsx @@ -79,7 +79,7 @@ class ProjectStatusChangeConfirmation extends Component { const { newStatus, onCancel } = this.props this.shouldDropdownUp() return ( -