Skip to content

Commit

Permalink
Tweak vertical position of mark labels
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Sep 23, 2022
1 parent 5477fd0 commit 9f83980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/slider-control/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export const markLabel = ( markProps: MarkProps ) => {
left: 0;
font-size: 11px;
position: absolute;
top: 12px;
top: 24px;
transform: translateX( -50% );
white-space: nowrap;
${ markLabelFill( markProps ) };
Expand Down

0 comments on commit 9f83980

Please sign in to comment.