6👍
✅
Whats about using a grid?
<div id="app">
<v-app>
<v-card>
<v-card-title>
Foo!
</v-card-title>
<v-card-text>
Bar!
</v-card-text>
<v-card-actions>
<v-container>
<v-row dense>
<v-col><v-btn class="button__full">VeryLongText</v-btn></v-col>
<v-col><v-btn class="button__full">SpamSpamSpam</v-btn></v-col>
<v-col><v-btn class="button__full">Wrzlbrnft</v-btn></v-col>
</v-row>
</v-container>
</v-card-actions>
</v-card>
</v-app>
</div>
👤rohi
Source:stackexchange.com