summaryrefslogtreecommitdiff
path: root/ext/css
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-05-10 19:06:07 -0400
committerGitHub <noreply@github.com>2021-05-10 19:06:07 -0400
commitb50f5e1cf6364ce7bc21e225e59d2bc519aa93a9 (patch)
treee922585b94019f565a2276f0b70030b35414b285 /ext/css
parent7b14cb3ab0b4c6c0a50546fc87c473f8875440f8 (diff)
Improve internal page overflow (#1660)
* Improve overflow of internal pages * Improve wrapping of the Origin: example text
Diffstat (limited to 'ext/css')
-rw-r--r--ext/css/settings.css7
1 files changed, 5 insertions, 2 deletions
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 */