Skip to content
Snippets Groups Projects
Commit 650dfcc7 authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Fixes #131

parent 75419258
No related branches found
No related tags found
No related merge requests found
......@@ -269,7 +269,7 @@ input.search {
}
}
form.search-form {
.search-form {
position: relative;
}
......
......@@ -86,12 +86,12 @@
<div class="control">
<button class="more"><span class="arrow {{arrowPosition}}"></span></button>
{{#if canAddUser}}
<form class="search-form" role="form">
<div class="search-form">
<div class="input-line search">
{{> inputAutocomplete settings=autocompleteSettingsAddUser id="user-add-search" class="search" placeholder=tAddUsers}}
<i class="icon-plus"></i>
</div>
</form>
</div>
{{else}}
{{#if isChannel}}
<form class="search-form" role="form">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment