[de][Clear Recent History Modal] Selection Button is not aligned with other items
Categories
(Toolkit :: Data Sanitization, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox95 | --- | fixed |
People
(Reporter: mehmetxsahin, Assigned: lesore0789, Mentored)
References
Details
(Keywords: good-first-bug)
Attachments
(4 files)
Nightly 92.0a1 (2021-08-02) (64-Bit)
macOS
1.) Open a New Window
2.) Open the new Clear Recent History Modal
3.) Take a look at position of the Selection Button
Actual: The Selection Button is a bit too far right and not aligned with the other items
Expected: The Selection Button could be longer to start aligned with the other items
A screenshot is attached.
Thanks :)
I think this is present only with the German locale, because it's the only locale that doesn't have any value for clear-time-duration-prefix
.
Adding this:
#sanitizeDurationLabel[value=""] + #sanitizeDurationChoice {
margin-inline-start: 0;
}
somewhere around sanitizeDialog.css should fix it, I think.
Maybe also interesting: We have the same situation in about:preferences#privacy
Please see the attached screenshot.
Thanks.
Comment 3•4 years ago
|
||
(In reply to Itiel from comment #1)
I think this is present only with the German locale, because it's the only locale that doesn't have any value for
clear-time-duration-prefix
.
Adding this:#sanitizeDurationLabel[value=""] + #sanitizeDurationChoice { margin-inline-start: 0; }
somewhere around sanitizeDialog.css should fix it, I think.
I think this is bang on the money. Let's make this a mentored bug. :-)
Updated•4 years ago
|
Comment 4•4 years ago
|
||
Hello, I am an outreachy applicant.
Can you please assign me to this bug
Thanks
Comment 5•4 years ago
|
||
(In reply to onuohaoluebube05 from comment #4)
Hello, I am an outreachy applicant.
Can you please assign me to this bug
Thanks
We normally assign bugs when they have a patch up. It looks like you've commented on about 10 different bugs; please pick one to work on.
Updated•4 years ago
|
Comment 8•4 years ago
|
||
bugherder |
Thanks :-) The fix is working as expected in Nightly 95.0a1 (2021-10-21) (64-Bit)
Description
•