fix padding

This commit is contained in:
saml33 2023-10-13 22:11:32 +11:00
parent 4c67f06ff0
commit a0e2002d6c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ const HideMangoAccount = () => {
return (
<>
<div className="flex items-center justify-between border-y border-th-bkg-3 p-4">
<div className="flex items-center justify-between border-y border-th-bkg-3 py-4 md:px-4">
<Tooltip content={t('settings:tooltip-private-account')}>
<p className="tooltip-underline">{t('settings:private-account')}</p>
</Tooltip>