Skip to content

Commit

Permalink
fix responsiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
rithviknishad committed Jul 9, 2024
1 parent d091bdc commit 605e483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/Form/FormFields/PhoneNumberFormField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ const PhoneNumberTypesHelp = (props: { types: PhoneNumberType[] }) => {
return (
<div className="tooltip mt-1 pr-1 text-gray-500">
<CareIcon icon="l-question-circle" className="text-lg" />
<div className="tooltip-text tooltip-left text-sm">
<div className="tooltip-text tooltip-bottom w-64 -translate-x-full whitespace-pre-wrap text-sm">
Supports only{" "}
<span className="font-bold lowercase">
{humanizeStrings(props.types.map((item) => t(item)))}
Expand Down

0 comments on commit 605e483

Please sign in to comment.