UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 2bc173e2 authored by Luke Glasscock's avatar Luke Glasscock
Browse files

Fix formatting

parent 95955199
No related branches found
No related tags found
No related merge requests found
......@@ -44,17 +44,17 @@
</div>
</div>
</div>
<div v-if="displaySearch" class="row justify-content-center">
<div class="col-xs-10 col-md-8 col-lg-6 col-xl-4">
<v-text-field
outlined
dense
append-icon="mdi-magnify"
backgroundColor="white"
class="mx-16 mx-5 mb-6"
v-on:input="onChangeSearchValue"
></v-text-field>
</div>
<div v-if="displaySearch" class="row justify-content-center">
<div class="col-xs-10 col-md-8 col-lg-6 col-xl-4">
<v-text-field
outlined
dense
append-icon="mdi-magnify"
backgroundColor="white"
class="mx-16 mx-5 mb-6"
v-on:input="onChangeSearchValue"
></v-text-field>
</div>
</div>
<div class="wave-divider">
......
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