diff --git a/ext/css/settings.css b/ext/css/settings.css index 9a0e0a8b..b7598121 100644 --- a/ext/css/settings.css +++ b/ext/css/settings.css @@ -248,7 +248,7 @@ a.heading-link-light { overflow-y: scroll; position: relative; align-items: stretch; - justify-content: center; + justify-content: flex-start; } .content-left { flex: 1 1 0; @@ -257,7 +257,7 @@ a.heading-link-light { z-index: 5; } .content-center { - flex: 1 1 auto; + flex: 0 1 auto; width: var(--content-width); padding: 0 var(--main-content-padding); max-width: var(--content-width); @@ -2310,6 +2310,9 @@ input[type=number].dictionary-priority { .no-wrap { white-space: nowrap; } +.overflow-wrap-anywhere { + overflow-wrap: anywhere; +} /* Environment-specific display */ diff --git a/ext/info.html b/ext/info.html index fa330046..5872dda4 100644 --- a/ext/info.html +++ b/ext/info.html @@ -18,6 +18,7 @@
+
@@ -55,6 +56,7 @@
+
diff --git a/ext/legal.html b/ext/legal.html index ff901e1a..93dfaf77 100644 --- a/ext/legal.html +++ b/ext/legal.html @@ -18,6 +18,7 @@
+
@@ -147,6 +148,7 @@ THE SOFTWARE.
+
diff --git a/ext/permissions.html b/ext/permissions.html index e5be7219..d4d06af6 100644 --- a/ext/permissions.html +++ b/ext/permissions.html @@ -19,6 +19,7 @@
+
@@ -56,7 +57,7 @@ as this can be used to fingerprint browser configuration.

- Example: Origin: + Example: Origin:

@@ -189,6 +190,7 @@
+
diff --git a/ext/welcome.html b/ext/welcome.html index 5561dee7..06acc5e4 100644 --- a/ext/welcome.html +++ b/ext/welcome.html @@ -18,6 +18,7 @@
+
@@ -178,6 +179,7 @@
+