Skip to content

Commit 62b8d5a

Browse files
authored
BAH-4118 | Fix. Extension Iframe height to be responsive based on screen size. (#1023)
1 parent 2b0bc53 commit 62b8d5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/app/styles/registration/_registration.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ body {
251251
padding: 20px;
252252
border: 1px solid #888;
253253
width: 40%;
254-
height: 600px;
254+
height: 70%;
255255

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

0 commit comments

Comments
 (0)