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 {