feat: set display block

This commit is contained in:
amhsirak
2025-05-13 23:29:51 +05:30
parent 7ae014ae0b
commit 2b1bd85802

View File

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