style: refs #7404 give more space

This commit is contained in:
Javier Segarra 2024-10-07 13:59:16 +02:00
parent 3e125805c6
commit 14d0599d60
2 changed files with 7 additions and 3 deletions

View File

@ -138,8 +138,8 @@ const mixinRules = [
&--rounded > .q-field__inner > .q-field__control,
&--labeled:not(&--outlined) > .q-field__inner > .q-field__control {
height: 40px;
align-items: center;
height: 43px;
align-items: baseline;
}
&--labeled {
@ -148,6 +148,7 @@ const mixinRules = [
.q-field__suffix,
.q-field__input {
padding-bottom: 0;
line-height: 20px;
min-height: fit-content;
align-items: flex-start;
}

View File

@ -293,10 +293,13 @@ input::-webkit-inner-spin-button {
.q-field__control {
min-height: auto !important;
display: flex;
align-items: flex-end;
align-items: self-start;
padding-bottom: 2px;
.q-field__native.row {
min-height: auto !important;
}
}
}
.q-textarea.q-field--labeled .q-field__control-container {
padding-top: 23px;
}