css: reduce height of vuetify forms

This commit is contained in:
T__o 2020-04-26 23:34:57 +02:00
parent aae0790c27
commit 53dc1ca367
2 changed files with 13 additions and 2 deletions

View File

@ -267,9 +267,19 @@
font-size: 12px; font-size: 12px;
} }
input, select, .v-input { input, select, .v-input , .v-label{
font-size: 12px; font-size: 13px;
} }
.v-list--dense .v-list-item{
min-height: 20px;
}
.v-list--dense .v-list-item .v-list-item__content{
padding:2px 0;
}
.v-text-field.v-text-field--solo .v-input__control{
min-height:20px;
}
</style> </style>

View File

@ -139,4 +139,5 @@
max-width: 50%; max-width: 50%;
} }
</style> </style>