Actions
Bug #3956
closedSome titles were hidden or partially hidden
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
In the HTML output there are some weird display artefacts, like:
1) This one in Firefox 19:
2) This one in Chromium 27:
Files
Updated by Jonathan CLARKE about 11 years ago
This happened because of this CSS property:
* { overflow-x: auto; }It was introduced for two reasons:
- To avoid having a horizontal scrollbar across the whole page, since it automatically fits to size (#2836)
- To ensure we have a horizontal scrollbar on long commands in pre blocks (#2942)
However, the * selector is a bit too large for this and causes undesired side effects. I will break it down into 2 rules for the above cases.
Updated by Jonathan CLARKE about 11 years ago
- Status changed from In progress to Pending technical review
- Assignee changed from Jonathan CLARKE to François ARMAND
- Pull Request set to https://github.com/Normation/rudder-doc/pull/26
PR ready for review: https://github.com/Normation/rudder-doc/pull/26
Updated by Jonathan CLARKE about 11 years ago
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:dfc0a7c5a24912946bb25e0cc1f8351dfb6fde85.
Updated by Anonymous about 11 years ago
Applied in changeset commit:979182b501be6d7a61e2537cd0f01f0907118cb2.
Updated by Nicolas PERRON about 11 years ago
This bug has been fixed in Rudder 2.4.9, which was released today.
Check out:
- The release announcement: http://www.rudder-project.org/pipermail/rudder-announce/2013-October/000049.html
- The full ChangeLog: http://www.rudder-project.org/foswiki/bin/view/System/Documentation:ChangeLog24
- Download information: http://www.rudder-project.org/foswiki/Download/
Updated by Nicolas PERRON about 11 years ago
- Status changed from Pending release to Released
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 30 to Rudder
- Category set to Documentation
Actions