diff --git a/public/less/admin/settings.less b/public/less/admin/settings.less
index 84572def68..decfc8b7ed 100644
--- a/public/less/admin/settings.less
+++ b/public/less/admin/settings.less
@@ -16,4 +16,20 @@
[data-action="upload"][type="text"] {
width: 95%;
}
+
+ .bootstrap-tagsinput {
+ width: 100%;
+ border: 0;
+ box-shadow: none;
+ padding-left: 0;
+
+ input {
+ width: 100%;
+ margin-left: 1px;
+ margin-top: 9px;
+ border-bottom: 1px dotted #ccc !important;
+ padding-bottom: 5px;
+ padding-left: 0;
+ }
+ }
}
\ No newline at end of file
diff --git a/src/views/admin/settings/general.tpl b/src/views/admin/settings/general.tpl
index 2afbd532b9..9a96706394 100644
--- a/src/views/admin/settings/general.tpl
+++ b/src/views/admin/settings/general.tpl
@@ -31,8 +31,8 @@
-
-
+
+