Skip to content

Commit

Permalink
Merge 05fd9dc into 7c269fa
Browse files Browse the repository at this point in the history
  • Loading branch information
sophypal committed Dec 14, 2017
2 parents 7c269fa + 05fd9dc commit ea995fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/styles/_frost-list-item-container.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
.frost-list-item-container-base {
display: flex;
flex-direction: row;
padding-left: 5px;
padding-left: 10px;
transition: background-color .2s;
background-color: $frost-color-white;
}
Expand Down
2 changes: 1 addition & 1 deletion addon/styles/_frost-list-item-expansion.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.frost-list-item-expansion {
align-self: center;
margin: 0 5px;
margin: 0 7px 0 0;
padding: 5px 5px 1px; // FIXME Bottom is 1px to compensate for svg sizing
color: $frost-color-grey-5;
cursor: pointer;
Expand Down

0 comments on commit ea995fe

Please sign in to comment.