Closed
Bug 905156
Opened 12 years ago
Closed 11 years ago
on /about page, the h1 block displayed as a red box should have a min-width not a width, for locales
Categories
(www.mozilla.org :: Pages & Content, defect, P3)
www.mozilla.org
Pages & Content
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: pascalc, Unassigned)
References
Details
(Whiteboard: [kb=1095130] )
https://www-dev.allizom.org/fr/about/
The red strip at the top has a width:420px at the top, this is inherited from about-base.less
I think it should be min-width:420px instead as it would allow longer text to not be on 2 lines but it might be a fixed width because of mobile.
CCing Steven, Steven can we just change width to min-width?
Updated•12 years ago
|
Whiteboard: [kb=1095130]
Updated•12 years ago
|
Priority: -- → P3
Comment 1•12 years ago
|
||
Only IE 6/7 do not support `min-width` (http://caniuse.com/#search=min-width), but we should be fine to use it here as long as we specify a suitable percentage based `width` value as a fallback for those browsers.
Comment 2•11 years ago
|
||
PR opened here:
https://github.com/mozilla/bedrock/pull/1232
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/32ac094289c82e9066881e4e13f8b3b9e5a7b438
[fix bug 905156] About page h1 should have a min-width
https://github.com/mozilla/bedrock/commit/376911802d6dc3e8512750cc122d335e3a9b2b20
Merge pull request #1232 from alexgibson/bug-905156-use-min-width-on-h1-for-about-page-locales
[fix bug 905156] About page h1 should have a min-width
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 4•11 years ago
|
||
fixed on stage https://www.allizom.org/fr/about/
Comment 5•11 years ago
|
||
verified fixed
https://www.mozilla.org/fr/about/
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•