[Bug Report] Label vertical alignment for v-radio-group #10146
Labels
C: VRadioGroup
VRadioGroup
T: bug
Functionality that does not work as intended/expected
T: regression
Something that used to work but we broke
Milestone
Environment
Vuetify Version: 2.2.3
Last working version: 2.2.1
Vue Version: 2.6.10
Browsers: Chrome 79.0.3945.88
OS: Windows 10
Steps to reproduce
Add label prop to v-radio-group component
Expected Behavior
Label to be centrally aligned vertically with the radio buttons
Actual Behavior
Label is too high compared to radio buttons
Reproduction Link
https://codepen.io/icleolion/pen/OJPQjdz
Other comments
Back in 2.1.18 I'm seeing a height of 24px for the label from this rule:
Now in 2.2.3 I'm seeing a height of 20px for the label from this rule:
The text was updated successfully, but these errors were encountered: