Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
e-adrien committed May 16, 2024
1 parent 1e2eb2b commit c54ede7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/colorpicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ $bar-size-large: ($bar-size-short * $columns) + ($base-margin * ($columns - 1));
&.colorpicker-bar-horizontal {
float: left;
height: $bar-size-large;
margin: 0 0 $base-margin 0;
margin: 0 0 $base-margin;
width: $bar-size-short;
}
}
Expand Down

0 comments on commit c54ede7

Please sign in to comment.