Fix button text wrap

This commit is contained in:
Pavle Portic 2019-03-25 10:40:38 +01:00
parent 21e64516ea
commit 05768846fe
Signed by: TheEdgeOfRage
GPG Key ID: 6758ACE46AA2A849
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,7 @@
<upload-button <upload-button
:fileChangedCallback="upload" :fileChangedCallback="upload"
:title="buttonText" :title="buttonText"
:disabled="loading"
> >
<template <template
v-if="loading" v-if="loading"

View File

@ -10,3 +10,6 @@
justify-content center justify-content center
align-items center align-items center
.v-btn__content
white-space normal