How to align height of an element with an VTextField input in v3? #16584
Unanswered
binaryfunt
asked this question in
Q&A
Replies: 1 comment 1 reply
-
use the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to make the height of the element containing the equals sign the same as the height of the
v-text-field
's input. As you can see below it is not aligned at the moment because thev-text-field
has an extra area below the input that increases its height.In Vuetify v2 this was possible by using the
$text-field-filled-full-width-outlined-single-line-slot-min-height
SASS variable, but this is gone in v3. I have inspected the CSS and found that the height of the input comes fromI've tried
However this results in
SassError: The target selector was not found.
Beta Was this translation helpful? Give feedback.
All reactions