css: reduce height of vuetify forms
This commit is contained in:
parent
aae0790c27
commit
53dc1ca367
14
src/App.vue
14
src/App.vue
@ -267,9 +267,19 @@
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
input, select, .v-input {
|
||||
font-size: 12px;
|
||||
input, select, .v-input , .v-label{
|
||||
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>
|
||||
|
@ -139,4 +139,5 @@
|
||||
max-width: 50%;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
Loading…
Reference in New Issue
Block a user