diff --git a/custom_portal.css b/custom_portal.css index b60e4f4..bb83dc4 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -123,7 +123,8 @@ body { margin: 8px 0; padding: 0; } -.form-group { + +.login-form .form-group { display: grid; grid-template-columns: 52px 90%; /* width: 100%; */ @@ -131,6 +132,11 @@ body { margin: 8px 0; padding: 0; overflow: hidden; + + /* Fix Ynh Portal */ + position: inherit; + /*margin-bottom: 0;*/ + background: none; } .form-text {