Skip to content
Snippets Groups Projects
Commit fa8b538b authored by henry's avatar henry
Browse files

fixup! Bug 16940: After update, load local change notes.

Bug 43081: Remove line-height for non-ASCII text.
parent a0b6927c
Branches
Tags
1 merge request!1132Remove line-height for non-ASCII text
......@@ -32,6 +32,9 @@ body > *:not([hidden]) {
.content {
grid-column: 2;
}
.content.en-US-content {
font-family: monospace;
line-height: 1.4;
}
......
......@@ -77,6 +77,7 @@ function setContent(containerId, content, fillContent) {
// Release notes are only in English.
contentEl.setAttribute("lang", "en-US");
contentEl.setAttribute("dir", "ltr");
contentEl.classList.add("en-US-content");
if (fillContent) {
fillContent(contentEl, content);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment