visual fix on search field

This commit is contained in:
dcore94 2022-07-18 10:08:16 +02:00
parent 6bd1ee5ad1
commit b2b1caf9db
1 changed files with 5 additions and 2 deletions

View File

@ -1,8 +1,11 @@
<div>
<style>
.process_container{
display: flex;
flex-direction:column;
}
input[name=search]{
display: block;
width: 100%;
padding: 0.375rem 0.75rem;
color: #495057;
background-color: #fff;
@ -77,7 +80,7 @@
</li>
</ul>
</template>
<div>
<div class="process_container">
<input name="search" type="text"/>
<ul name="process_list"></ul>
</div>