diff --git a/custom_portal.css b/custom_portal.css index bb83dc4..ad08dfd 100644 --- a/custom_portal.css +++ b/custom_portal.css @@ -127,16 +127,16 @@ body { .login-form .form-group { display: grid; grid-template-columns: 52px 90%; - /* width: 100%; */ height: 52px; margin: 8px 0; padding: 0; overflow: hidden; - - /* Fix Ynh Portal */ - position: inherit; - /*margin-bottom: 0;*/ - background: none; + position: inherit; /* Fix Ynh Portal */ + background: none; /* Fix Ynh Portal */ +} +.login-form label::before { + width: 0; + height: 0; } .form-text {