Skip to content

Commit 8bf9cb4

Browse files
authored
Merge pull request #3436 from jeanetteandrews/bugfix/sort-button
Add margin-left to sort button in sketches page
2 parents 3fa5d95 + 63ad5ef commit 8bf9cb4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: client/styles/components/_sketch-list.scss

+1
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@
101101
}
102102

103103
& svg {
104+
margin-left: #{math.div(5, $base-font-size)}rem;
104105
@include themify() {
105106
fill: getThemifyVariable("inactive-text-color");
106107
}

0 commit comments

Comments
 (0)