From 77507fb4769484c5110bb3e3fd1975dd624e942e Mon Sep 17 00:00:00 2001 From: Parvathy Babu <102500787+parvathy00@users.noreply.github.com> Date: Tue, 16 Jul 2024 10:25:58 +0530 Subject: [PATCH] Revert "BAH-3783 | Fix. Column Width For Lengthy Text In Registration 2nd Page" This reverts commit fcfbce5c65821ff4c8b25b6ac8cac26df93ae1da. --- ui/app/styles/registration/_registration.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/ui/app/styles/registration/_registration.scss b/ui/app/styles/registration/_registration.scss index d93fcd5a5f..da16011103 100644 --- a/ui/app/styles/registration/_registration.scss +++ b/ui/app/styles/registration/_registration.scss @@ -33,7 +33,7 @@ body { } &.obs-section { - width: 50% !important; + width: 30% !important; margin-left: 3%; float: right; @@ -109,6 +109,7 @@ body { } article { + width: 60%; @media (max-width : 1024px) { width: 63%; @@ -162,10 +163,6 @@ body { .form-field { padding: 0; border-bottom: 0; - .value-text-only { - display: inline-block; - width: 60%; - } } &.hierarchy {