feat: set margin top

This commit is contained in:
amhsirak
2025-05-13 23:30:16 +05:30
parent 2b1bd85802
commit fa7b68537e

View File

@@ -204,7 +204,7 @@ const ProxyForm: React.FC = () => {
required required
error={!!errors.server_url} error={!!errors.server_url}
helperText={ helperText={
<span style={{ display: 'block', marginLeft: '-10px' }}> <span style={{ display: 'block', marginLeft: '-10px', marginTop: '5px' }}>
{errors.server_url || t('proxy.server_url_helper')} {errors.server_url || t('proxy.server_url_helper')}
</span> </span>
} }