Skip to content

Commit

Permalink
fix spy badge counter being cut off (cypress-io#4910)
Browse files Browse the repository at this point in the history
* cypress-io#4822

Proposal to eliminate the 'cut-off' appearance of the counter in favor of more of a 'pillbox' look

* Simplify 10px CSS
  • Loading branch information
hhudson authored and grabartley committed Oct 6, 2019
1 parent 7011f86 commit 13676dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/reporter/src/commands/commands.scss
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,9 @@
}

.num-duplicates.has-alias {
border-radius: 0 10px 10px 0;
border-radius: 10px;
line-height: 2;
padding: 4px 6px 2px 4px;
padding: 3px 5px 3px 5px;
}

.command-alias-count {
Expand Down

0 comments on commit 13676dd

Please sign in to comment.