fix search at mobile

This commit is contained in:
2021-08-23 15:11:34 +02:00
parent 0fd1730885
commit f6ced1280a
4 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
class="container sm:pxi-0 mx-auto overflow-hidden"
:style="{ 'min-height': contentHeight + 'px' }"
>
<div class="flex ml-auto my-5">
<div class="flex flex-wrap my-5">
<FilterDropdown @selectedTopic="setTopic" :topics="topics" />
<SearchBox v-model="search" />
</div>