Bug #3956
closed
Some titles were hidden or partially hidden
Added by Jonathan CLARKE over 11 years ago.
Updated about 10 years ago.
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
1.png (2.51 KB)
1.png |
|
Jonathan CLARKE, 2013-09-21 11:17
|
|
2.png (4.28 KB)
2.png |
|
Jonathan CLARKE, 2013-09-21 11:17
|
|
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.
- 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
- Status changed from Pending technical review to Pending release
- % Done changed from 0 to 100
Applied in changeset commit:dfc0a7c5a24912946bb25e0cc1f8351dfb6fde85.
Applied in changeset commit:979182b501be6d7a61e2537cd0f01f0907118cb2.
This bug has been fixed in Rudder 2.4.9, which was released today.
Check out:
- Status changed from Pending release to Released
- Project changed from 30 to Rudder
- Category set to Documentation
Also available in: Atom
PDF