Project

General

Profile

Defect #33913

Updated by Bernhard Rohloff over 3 years ago

The height of the input fields in the responsive view are too small as their @height@ gets overridden with 'auto' which has no effect if there's no content/text inside the fields. 
 My patch also removes the redundant @width@ @with@ constraint and styling for tables in the login form as there aren't any. 

 |_.before|_.after| 
 |!login_form_before.png!|!login_form_after.png!|

Back