diff --git a/src/ux-components/radio/radio.vue b/src/ux-components/radio/radio.vue index eccbf6395..73c919a44 100644 --- a/src/ux-components/radio/radio.vue +++ b/src/ux-components/radio/radio.vue @@ -53,14 +53,6 @@ export default { &:focus { box-shadow: 0 0 0 2.5px $blue; } - - &, - & + .form-check-label { - margin-top: 0; - position: absolute; - top: 50%; - transform: translateY(-50%); - } } &:hover {