Closed
Bug 937634
Opened 11 years ago
Closed 11 years ago
[FxOS] Titles shouldn't wrap beneath the icon
Categories
(developer.mozilla.org Graveyard :: Design, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: teoli, Unassigned)
References
Details
Attachments
(4 files)
On small screens, the titles wraps under the icon. They shouldn't wrap under the icon, the second line should be aligned with the start of the first line, right of the icon.
Reporter | ||
Comment 1•11 years ago
|
||
Second example displaying the odd wrap.
Comment 2•11 years ago
|
||
We could lower the font, but wrapping is really all we can do otherwise.
Updated•11 years ago
|
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/3c2efe5f968152ab93921a102d9e23d1beee586f
fix bug 937634 - Prevent heading wrapping in FFOS
https://github.com/mozilla/kuma/commit/c8ad589ba719da3cccbfe9ba137e36a226c0ef74
Merge pull request #1733 from darkwing/titles-937634
fix bug 937634 - Prevent heading wrapping in FFOS
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 4•11 years ago
|
||
Unfortunately reducing the size of the font doesn't solve the problem.
The problem is still there in other locale. Here in French, but likely in more of them.
Reporter | ||
Comment 5•11 years ago
|
||
Fundamentally, we don't want to get rid of the wrapping, we want to align it next to the icon and not go beneath it.
Like higher in the page (see image)
Reporter | ||
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•11 years ago
|
Severity: normal → minor
Priority: -- → P1
Comment 6•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/74206bf005fa5b6b70da577e5ee66c24049aadcc
fix bug 937634 - Prevent icon issues on small screens
https://github.com/mozilla/kuma/commit/2804a801cf25a63a9783fa2b512f8cc15e1f8a30
Merge pull request #2214 from darkwing/home-wrap-937634
fix bug 937634 - Prevent icon issues on small screens
Updated•11 years ago
|
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Updated•4 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•