diff --git a/themes/default/editor/widgets/tag/_tag.scss b/themes/default/editor/widgets/tag/_tag.scss index 5df6875..efa4b2a 100644 --- a/themes/default/editor/widgets/tag/_tag.scss +++ b/themes/default/editor/widgets/tag/_tag.scss @@ -28,7 +28,6 @@ .label { padding:2px 8px; display:inline-block; - vertical-align:middle; } .delete-wrapper { @@ -51,7 +50,7 @@ } svg { - vertical-align:middle; + vertical-align:text-top; } } @@ -91,4 +90,4 @@ input:-moz-placeholder { color:#c2c2c2; } input:-ms-input-placeholder { color:#c2c2c2; } -} \ No newline at end of file +}