diff --git a/ext/autocomplete/style.css b/ext/autocomplete/style.css index 582af002..019bb7fd 100644 --- a/ext/autocomplete/style.css +++ b/ext/autocomplete/style.css @@ -2,7 +2,7 @@ .tagit { background: white !important; border: 1px solid grey !important; cursor: text; } .tagit-choice { cursor: initial; } -input[name=search] ~ input[type=submit] { display: block !important; } +input[name=search] ~ input[type=submit] { display: inline-block !important; } .tag-negative { background: #ff8080 !important; } .tag-positive { background: #40bf40 !important; } \ No newline at end of file