Closed
Bug 1213548
Opened 9 years ago
Closed 9 years ago
Property table w/ unified look (.properties) doesn't look good in Japanese
Categories
(developer.mozilla.org Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: teoli, Assigned: shobson)
References
()
Details
(Whiteboard: [specification][type:bug])
Attachments
(1 file)
204.31 KB,
image/png
|
Details |
What did you do?
================
1. Go to https://developer.mozilla.org/ja/docs/Web/CSS/flex-basis
What happened?
==============
The content of the table is in Japanese and word breaking is likely different (guess) making the first column very thin and the second very large
What should have happened?
==========================
Larger first column of the table
Is there anything else we should know?
======================================
Reporter | ||
Comment 1•9 years ago
|
||
Reporter | ||
Updated•9 years ago
|
Summary: Unified table doesn't look good in Japanese → Property table w/ unified look (.properties) doesn't look good in Japanese
Reporter | ||
Comment 2•9 years ago
|
||
Note that it looks good here: https://developer.mozilla.org/ja/docs/Web/CSS/justify-content
So the long Japanese text in one of the cell is likely the trigger of the problem.
Assignee | ||
Comment 3•9 years ago
|
||
I think the best way to fix this would be to put a min-width on the first column. I've noticed a similar problem on some English pages too.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → shobson
Comment 4•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/kuma
https://github.com/mozilla/kuma/commit/77e894042142834fdad5faaed7eb401280a0c6d3
Fix Bug 1213548: Min-width on .properties headings.
Also moved some definitions around to decrease the number of lines in the complied Stylus files.
Test:
- using dev tools copy the HTML from this page into an article on your local instance: https://developer.mozilla.org/ja/docs/Web/CSS/flex-basis There are several kumascript macros that need updating if you want to try to duplicate the output by actually editing the article.
- check https://developer.mozilla.org/en-US/docs/User:teoli/In_content to make sure the other summery boxes are still displaying properly.
https://github.com/mozilla/kuma/commit/b57417b6284d52b208e64838f1c109fd19c2280b
Merge pull request #3571 from stephaniehobson/1213548-properties-heading-min-width
Fix Bug 1213548: Min-width on .properties headings.
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Updated•5 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
•