From 43858b19272a7f2a9c1f61a2a5de0fc008ff1b6c Mon Sep 17 00:00:00 2001 From: Felix Hammerl Date: Tue, 16 Sep 2014 13:33:22 +0200 Subject: [PATCH] move remove-button a bit to the right --- src/sass/components/_tags-input.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/sass/components/_tags-input.scss b/src/sass/components/_tags-input.scss index 34e1332..f74574e 100644 --- a/src/sass/components/_tags-input.scss +++ b/src/sass/components/_tags-input.scss @@ -28,6 +28,8 @@ vertical-align: middle; line-height: 0.5em; cursor: pointer; + position: relative; + left: 4px; } } .tags .input {