Defect #33913
Input fields of the login form are too small in height on mobile
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | UI - Responsive | |||
Target version: | 4.2.0 | |||
Resolution: | Fixed | Affected version: |
Description
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
constraint and styling for tables in the login form as there aren't any.
before | after |
---|---|
![]() |
![]() |
Associated revisions
Fix that input fields of the login form are too small in height on mobile (#33913).
Patch by Bernhard Rohloff.
History
#1
Updated by Bernhard Rohloff 5 months ago
- Description updated (diff)
#2
Updated by Go MAEDA 5 months ago
- File fix_login_form_height-v2.patch
added
I have updated the patch for r19988 or later.