.ghx-issue-show-all-container .ghx-issue-count {
  display: inline-block;
}
.ghx-issue-show-all-container .ghx-row {
  display: block;
  height: 22px;
  margin: 7px;
}
.ghx-issue-show-all-container .ghx-center {
  text-align: center;
}
.ghx-issue-show-all-container .ghx-show-all {
  display: inline-block;
  padding-left: 3px;
}
#ghx-backlog .js-issue.ghx-filtered-showmore {
  display: none;
}
#ghx-backlog .js-issue.ghx-filtered-showmore ~ .ghx-subtask-group {
  padding: 0;
  margin: 0;
  display: block;
}
#ghx-backlog .js-fake-parent.ghx-filtered-showmore {
  display: none;
}
