Skip to content

Commit

Permalink
Fix: Vertically center number in selection circle (fixes #200)
Browse files Browse the repository at this point in the history
  • Loading branch information
swashbuck authored Mar 11, 2024
1 parent d585fc2 commit 4b35712
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions less/slider.less
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@
&__number,
&__number-selection,
&__number-model-answer {
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
.transform(translateX(-50%));
Expand Down

0 comments on commit 4b35712

Please sign in to comment.