From c105ff124790b35f2da60c45c4f518c9d35246a7 Mon Sep 17 00:00:00 2001 From: Praveen Bisht Date: Wed, 2 Oct 2019 12:49:15 +0530 Subject: [PATCH] Updated: Delete icon styling --- snippets/TagInput.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/snippets/TagInput.md b/snippets/TagInput.md index adae92acc..9065a0e0e 100644 --- a/snippets/TagInput.md +++ b/snippets/TagInput.md @@ -62,6 +62,10 @@ Renders an input field to add tags. } .tag i { + width: 16px; + height: 16px; + line-height: 16px; + text-align: center; font-size: 14px; margin-left: 8px; color: #0052cc;