summaryrefslogtreecommitdiffstats
path: root/webapp/components/integrations
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/integrations')
-rw-r--r--webapp/components/integrations/components/delete_integration.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/integrations/components/delete_integration.jsx b/webapp/components/integrations/components/delete_integration.jsx
index 8e2e27596..06ef7802a 100644
--- a/webapp/components/integrations/components/delete_integration.jsx
+++ b/webapp/components/integrations/components/delete_integration.jsx
@@ -25,7 +25,7 @@ export default class DeleteIntegration extends DeleteModalTrigger {
get modalMessage() {
return (
<div className='alert alert-warning'>
- <i className='fa fa-warning'/>
+ <i className='fa fa-warning fa-margin--right'/>
<FormattedMessage
id={this.props.messageId}
defaultMessage='This action permanently deletes the integration and breaks any integrations using it. Are you sure you want to delete it?'