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
:fileChangedCallback="upload"
:title="buttonText"
:disabled="loading"
>
<template
v-if="loading"

View File

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