Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix property order
  • Loading branch information
shawnbot committed Jun 19, 2018
commit e0ef76f18416c14a29a80e76cd4f16facfe2c46b
2 changes: 1 addition & 1 deletion modules/primer-avatars/lib/avatar-stack.scss
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
}

&:last-child {
border-right: 0;
z-index: 1;
border-right: 0;
}

// stylelint-disable selector-max-type
Expand Down