From 365349fd91ce4cf1076c9b7d806d171d51bdc049 Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 18 Oct 2021 18:39:46 -0700 Subject: [PATCH] Center custom fields email icon Signed-off-by: snipe --- resources/views/custom_fields/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/custom_fields/index.blade.php b/resources/views/custom_fields/index.blade.php index 59fcf324d..434bd78a9 100644 --- a/resources/views/custom_fields/index.blade.php +++ b/resources/views/custom_fields/index.blade.php @@ -141,7 +141,7 @@ {{ $field->name }} {{ $field->help_text }} - {!! ($field->show_in_email=='1') ? '' : '' !!} + {!! ($field->show_in_email=='1') ? '' : '' !!} {{ $field->convertUnicodeDbSlug() }} @if ($field->convertUnicodeDbSlug()!=$field->db_column)