Skip to content

Commit

Permalink
BAH-4118 | Fix. Extension Iframe height to be responsive based on scr…
Browse files Browse the repository at this point in the history
…een size. (#1023)
  • Loading branch information
mohan-13 authored Nov 26, 2024
1 parent 2b0bc53 commit 62b8d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/app/styles/registration/_registration.scss
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ body {
padding: 20px;
border: 1px solid #888;
width: 40%;
height: 600px;
height: 70%;

@media screen and (max-width: 540px) {
width: 90%;
Expand Down

0 comments on commit 62b8d5a

Please sign in to comment.