Fix truncated title

This commit is contained in:
Logan Williams
2023-01-20 16:17:15 +01:00
parent 69800fbc89
commit d18f24b3e2

View File

@@ -1,7 +1,7 @@
<template>
<v-app>
<v-app-bar style="flex-grow: 0" class="text-no-wrap">
<v-app-bar-title>Bellingcat OpenStreetMap search</v-app-bar-title>
<v-toolbar-title>Bellingcat OpenStreetMap search</v-toolbar-title>
<v-spacer />
<google-login />
</v-app-bar>