Re-style all markdown content, consistently
Categories
(bugzilla.mozilla.org :: General, defect)
Tracking
()
People
(Reporter: bzbarsky, Assigned: imadueme)
References
(Depends on 1 open bug)
Details
Attachments
(2 obsolete files)
Steps to reproduce:
-
Load https://bugzilla.mozilla.org/enter_bug.cgi?product=Core
-
Type
'''
Where are my letter bottoms?
'''
but with backticks instead of single quotes.
- Click "Preview"
EXPECTED RESULTS: I can see the bottoms of the letters.
ACTUAL RESULTS: Nope.
DETAILS:
.bz_comment_text span.quote, .bz_comment_text span.quote_wrapped, div.bz_comment_text pre {
background: #eee !important;
color: #444 !important;
display: block !important;
margin-top: 5px !important;
margin-bottom: -10px !important;
overflow: auto;
padding: 5px !important;
}
that "-10px" bottom margin forces things to be cut off.
![]() |
Reporter | |
Updated•6 years ago
|
![]() |
Reporter | |
Comment 1•6 years ago
|
||
And preview once the bug has been filed does not have this problem, at least on this bug.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 2•6 years ago
|
||
Updated•6 years ago
|
![]() |
Reporter | |
Comment 3•6 years ago
|
||
That doesn't fix this issue.
Boris,
Are you saying you don't see the fix in production, or that the patch, when you test, it doesn't fix the issue?
Remember that FIXED is merged to release, and we release weekly.
![]() |
Reporter | |
Comment 5•6 years ago
|
||
I don't a behavior change in production, and Dylan on IRC was sounding like this fix has been deployed.
If this is not deployed, is there a test instance where the updated code is running where I could test behavior?
Okay, just discussed with Dylan and understand that the bug is not completely fixed, because it's still happening on the new bug page.
Updated•6 years ago
|
Updated•6 years ago
|
Comment 7•6 years ago
|
||
A WIP still, but this greatly improves the styling of everything, including bumping the sizes of headings down a bit.
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Description
•