Skip to content

Commit e003cd0

Browse files
author
Sophie Shepherd
committed
lint
1 parent db3ef68 commit e003cd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/primer-avatars/lib/avatar-stack.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848

4949
.AvatarStack {
5050
position: absolute;
51-
background: $bg-white;
5251
padding-right: 5px;
52+
background: $bg-white;
5353

5454
.avatar {
5555
position: relative;
@@ -74,9 +74,11 @@
7474
border-right: 0;
7575
}
7676

77+
// stylelint-disable selector-max-type
7778
img {
7879
border-radius: 2px;
7980
}
81+
// stylelint-enable selector-max-type
8082

8183
&:nth-child(3) {
8284
z-index: 1;

0 commit comments

Comments
 (0)