Actions
Defect #33913
closedInput fields of the login form are too small in height on mobile
Start date:
Due date:
% Done:
0%
Estimated time:
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 |
---|---|
Files
Updated by Go MAEDA about 4 years ago
I have updated the patch for r19988 or later.
Updated by Go MAEDA about 4 years ago
- Target version set to Candidate for next major release
Updated by Go MAEDA about 4 years ago
- Target version changed from Candidate for next major release to 4.2.0
Setting the target version to 4.2.0.
Updated by Go MAEDA about 4 years ago
- Tracker changed from Patch to Defect
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Resolution set to Fixed
Committed the patch. Thank you.
Actions