Skip to content

Commit

Permalink
Revert "BAH-3783 | Fix. Column Width For Lengthy Text In Registration…
Browse files Browse the repository at this point in the history
… 2nd Page" (#982)

This reverts commit fcfbce5.
  • Loading branch information
parvathy00 authored Jul 16, 2024
1 parent fcfbce5 commit 970073b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions ui/app/styles/registration/_registration.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ body {
}

&.obs-section {
width: 50% !important;
width: 30% !important;
margin-left: 3%;
float: right;

Expand Down Expand Up @@ -109,6 +109,7 @@ body {
}

article {
width: 60%;

@media (max-width : 1024px) {
width: 63%;
Expand Down Expand Up @@ -162,10 +163,6 @@ body {
.form-field {
padding: 0;
border-bottom: 0;
.value-text-only {
display: inline-block;
width: 60%;
}
}

&.hierarchy {
Expand Down

0 comments on commit 970073b

Please sign in to comment.