Labels and input fields of Server settings having a gap
Categories
(MailNews Core :: Account Manager, defect)
Tracking
(thunderbird68 fixed, thunderbird69 fixed, thunderbird70 fixed)
People
(Reporter: aceman, Assigned: Paenglab)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
mkmelin
:
review+
aceman
:
review+
jorgk-bmo
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1565703 comment 18+++
After bug 1565703 solved to most urgent problems of hiding the AM fields, we can polish it now.
For movemail, when the port elements are hidden, there appears a big gap between the labels (first column) and the inputboxes (second column), probably because the both column of the grid expand to fill the 100% of the dialog width.
This is similar to what we had to fight with in bug 1561390, we need the first column to only fit the content width, and then the second column span the whole remaining width.
Assignee | ||
Comment 1•5 years ago
|
||
With setting max-content on the first column of the grid it doesn't expand when one column is hidden.
I also added the input[type="number"] width definitions.
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/b865b8b9b3ed
Fix the input[type="number"] width in AM and make the first column of the amServerSetting smaller. r=aceman,mkmelin
Comment 6•5 years ago
|
||
TB 68 beta 5:
https://hg.mozilla.org/releases/comm-beta/rev/ac4b295f7e75adef6fd16c9206e4c6f5f1ac9f98
TB 69 beta:
https://hg.mozilla.org/releases/comm-beta/rev/1054b617c220c4513c570869a0e2d762333cee7a
Description
•