Skip to content

Commit

Permalink
fix: fixed version button being clipped in PostScriptum mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Endebert committed Jul 6, 2018
1 parent 30988bc commit f980e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Map.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<v-toolbar dense>
<v-toolbar-title>
{{postScriptum ? "PostScriptumMC" : "SquadMC"}}
<v-btn small color="primary" @click.stop="changelogDialog = true">{{appVersion}}</v-btn>
<v-btn small color="primary" @click.stop="changelogDialog = true" style="min-width: 70px">{{appVersion}}</v-btn>
</v-toolbar-title>
</v-toolbar>
<v-list class="pa-0" two-line>
Expand Down

0 comments on commit f980e8e

Please sign in to comment.