Skip to content

Commit c559c6c

Browse files
committed
better styling of search box
1 parent 0ac8096 commit c559c6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arc/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ <h5 class="editable" id="store_title">{{ arc.store.title }}</h5>
127127
});
128128
</script>
129129
</div>
130-
<div class="col-6">
130+
<div class="col-6 input-group">
131131
<input
132132
type="text"
133133
id="search_filter"
134-
class="search-filter"
134+
class="search-filter form-control border"
135135
ng-model="search"
136136
ng-change="updateFilter()"
137137
placeholder="Search ..."/>

0 commit comments

Comments
 (0)