visual fix on search field
This commit is contained in:
parent
6bd1ee5ad1
commit
b2b1caf9db
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue