fix: problem with + in phone numbers
This commit is contained in:
6
src/components/common/LTRBox.tsx
Normal file
6
src/components/common/LTRBox.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { styled } from '@mui/material';
|
||||
|
||||
export const LTRBox = styled('span')`
|
||||
/* @noflip */
|
||||
direction: ltr;
|
||||
`;
|
||||
Reference in New Issue
Block a user