[Bug Report] v-radio-group label is aligned center by default with no obvious way to change #10403
Labels
C: VRadioGroup
VRadioGroup
S: has PR
The issue has a pending Pull Request
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.8
Last working version: 2.2.7
Vue Version: 2.6.11
Browsers: Chrome 79.0.3945.130
OS: Mac OS 10.15.1
Steps to reproduce
Make a
v-radio-group
element anywhere and give it alabel
prop.Expected Behavior
The label should be aligned to the left by default, above the radio options
Actual Behavior
The label is aligned center making it look very strange.
Reproduction Link
https://codepen.io/JamieCurnow/pen/bGNPQxQ?editable=true&editors=101
Other comments
Here is the commit that changed it:
f81b639
Here is the issue that the commit is linked to:
#10334
Looks like this could be fixed by setting:
align-self: initial
instead of:
align-self: center
on the
The text was updated successfully, but these errors were encountered: