Skip to content

Commit

Permalink
Fix the calculation of hr margin
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Feb 16, 2023
1 parent 9dee5fa commit afe951c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_base_hr.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
hr {
@extend %hr;

margin-bottom: calc($spv--small - $input-border-thickness);
margin-bottom: calc($spv--small - 1px);

&.u-no-margin--bottom {
// compensate for hr thickness, to make sure it doesn't drift from baseline grid
Expand Down

0 comments on commit afe951c

Please sign in to comment.