Skip to content

Commit f64b54c

Browse files
hhudsonbrian-mann
authored andcommitted
fix spy badge counter being cut off (#4910)
* #4822 Proposal to eliminate the 'cut-off' appearance of the counter in favor of more of a 'pillbox' look * Simplify 10px CSS
1 parent 05a254a commit f64b54c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/reporter/src/commands/commands.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@
162162
}
163163

164164
.num-duplicates.has-alias {
165-
border-radius: 0 10px 10px 0;
165+
border-radius: 10px;
166166
line-height: 2;
167-
padding: 4px 6px 2px 4px;
167+
padding: 3px 5px 3px 5px;
168168
}
169169

170170
.command-alias-count {

0 commit comments

Comments
 (0)