Skip to content

Commit

Permalink
Fixes WordPress#34855 RangeControl style issue in RTL
Browse files Browse the repository at this point in the history
  • Loading branch information
pbearne committed Oct 19, 2021
1 parent 9953bfc commit 38ec3f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ export const ThumbWrapper = styled.span`
transform: translateX( 4.5px );
${ thumbColor };
${ rtl( { marginLeft: -10 } ) };
${ rtl( { marginLeft: -10 }, { marginRight: 1 } ) };
`;

const thumbFocus = ( { isFocused } ) => {
Expand Down

0 comments on commit 38ec3f9

Please sign in to comment.