[FIX] Wrong margin of description field in Omnichannel Webhooks page (#19487)

Co-authored-by: Renato Becker <renato.augusto.becker@gmail.com>
pull/19400/head^2
Rafael Ferreira 5 years ago committed by GitHub
parent 2ab4b1f818
commit 7c6fdd5637
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      client/omnichannel/webhooks/WebhooksPage.js

@ -160,7 +160,7 @@ const WebhooksPage = ({ settings }) => {
<p>
<ExternalLink to={integrationsUrl}>{t('Click_here')}</ExternalLink> {t('to_see_more_details_on_how_to_integrate')}
</p>
<FieldGroup>
<FieldGroup style={{ marginTop: '1.5rem' }}>
<Field>
<Field.Label>
{t('Webhook_URL')}

Loading…
Cancel
Save