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

fixup! Bug 40458: Implement .tor.onion aliases

Bug 43081: Remove line-height for non-ASCII text.
parent 157546b7
Branches
No related tags found
1 merge request!1132Remove line-height for non-ASCII text
......@@ -52,7 +52,6 @@ dd {
padding: 0;
max-width: 600px;
box-sizing: border-box;
line-height: 1.4;
}
hr {
......@@ -140,10 +139,10 @@ section {
padding-inline-start: 35px;
font-size: 20px;
font-weight: 700;
line-height: 30px;
background-image: url("chrome://browser/content/rulesets/securedrop.svg");
background-position: 0 4px;
background-position: 0 center;
background-size: 22px;
min-height: 22px;
background-repeat: no-repeat;
}
......@@ -256,6 +255,8 @@ aside {
background-color: var(--in-content-box-background);
font-size: 85%;
line-break: anywhere;
/* ASCII-only text, so can set line-height. */
line-height: 1.4;
}
#ruleset-edit {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment