From 3e1b20c92c5b89ba489a8ec0fade187c9f11518e Mon Sep 17 00:00:00 2001 From: Bryan Mauger Date: Fri, 16 Dec 2022 07:45:30 -0500 Subject: [PATCH] CSR-938 fix text crowding issue on small screen sizes. Checked with Rachel on styling. Radio should be positioned top of text when text wraps. --- src/ux-components/radio/radio.vue | 8 -------- 1 file changed, 8 deletions(-) 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 {