From 78be838343988fb3005a3766c5cd4927d7b415d5 Mon Sep 17 00:00:00 2001 From: Henrik Askjer <henrik.askjer@uib.no> Date: Tue, 19 Oct 2021 12:13:09 +0200 Subject: [PATCH] fixed button width --- src/components/Header.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Header.vue b/src/components/Header.vue index 9778b66b..cb758155 100644 --- a/src/components/Header.vue +++ b/src/components/Header.vue @@ -21,7 +21,7 @@ </span> <div class="inflection-wrapper" v-if="inflected"> - <v-btn class="show-inflection" rounded depressed small @click.native="toggle" :class="$vuetify.breakpoint.name"> + <v-btn class="show-inflection" width="150px" rounded depressed small @click.native="toggle" :class="$vuetify.breakpoint.name"> <span v-bind:class="[{open:inflection_expanded}, dictionary]"/> </v-btn> <div class="inflection-canvas" v-if="inflection_expanded"> -- GitLab