fix(vue-app): fix font-size and make width bigger (#5920)

This commit is contained in:
Sébastien Chopin 2019-06-14 19:35:21 +02:00 committed by Pooya Parsa
parent 3d80ef472e
commit 329f0f5f36

View File

@ -141,8 +141,9 @@ export default {
padding: 5px 10px;
border-radius: 5px;
box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
width: 84px;
width: 88px;
z-index: 2147483647;
font-size: 16px;
}
.v-enter-active, .v-leave-active {
transition-delay: 0.2s;