Skip to content
Snippets Groups Projects
Commit 78be8383 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

fixed button width

parent 56730494
No related branches found
No related tags found
No related merge requests found
......@@ -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">
......
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