Closed elondaits closed 9 years ago
The problem is caused by the Typogriphy module and the .caps style. These words are getting extra .caps styles... e.g.:
<span class="caps"><span class="caps">IC16</span></span>
and the .caps style currently reduces the size of its contents
.caps {
font-size: .9em;
}
Options to fix this:
Create a CSS style such as
.caps .caps {
font-size: inherit;
}
Note:
Fixed in 5a5ba18b0144c813ffc2e6844027c46994cf9553
Will deploy soon.
Deployed.
It was noticed in a news item that some words in all caps like IC16, or ICME were shown smaller than others. Also some instances of the same word were smaller than others.