Skip to content

Commit

Permalink
Merge pull request clauderic#6 from appannie/fixed-year-range-selecti…
Browse files Browse the repository at this point in the history
…on-text-align

Fixed year range selection start and end month text align
  • Loading branch information
SBoudrias committed May 14, 2018
2 parents 1d47e22 + 54d67d6 commit c0f87d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Years/Years.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ $cellSize: 44px;

.selection {
@include circle($cellSize);
line-height: $cellSize;
line-height: $cellSize - 4px;
z-index: 2;
}
}
Expand Down

0 comments on commit c0f87d8

Please sign in to comment.