.nuclide-btn-group {
  // This prevent the floated buttons from wrapping even when the group has no
  // explicit width.
  display: flex;
}

.nuclide-task-button-container > .nuclide-btn-group > button:last-of-type {
  margin-right: -2px;
}
