diff --git a/src/components/SearchToolbar.vue b/src/components/SearchToolbar.vue index 3734ac975ea8ea4bd4e24bb8d7162a04ac621267..306a50c1aa8bcf20f2f2f02e347ce91c502e2660 100644 --- a/src/components/SearchToolbar.vue +++ b/src/components/SearchToolbar.vue @@ -1,5 +1,5 @@ <template> - + <v-card> <v-container fluid> <v-row > <v-col :cols="$vuetify.breakpoint.mobile ? 12 : 3"> @@ -29,6 +29,7 @@ </v-col> </v-row> </v-container> + </v-card> </template>