summaryrefslogtreecommitdiffstats
path: root/webapp/components/emoji
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/emoji')
-rw-r--r--webapp/components/emoji/components/delete_emoji_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/emoji/components/delete_emoji_modal.jsx b/webapp/components/emoji/components/delete_emoji_modal.jsx
index 604e3a27b..77afd4c01 100644
--- a/webapp/components/emoji/components/delete_emoji_modal.jsx
+++ b/webapp/components/emoji/components/delete_emoji_modal.jsx
@@ -25,7 +25,7 @@ export default class DeleteEmoji 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='emoji_list.delete.confirm.msg'
defaultMessage='This action permanently deletes the custom emoji. Are you sure you want to delete it?'