Improve overflow wrap (#1663)

This commit is contained in:
toasted-nutbread 2021-05-10 20:02:06 -04:00 committed by GitHub
parent 892b908615
commit de57d73826
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -2310,8 +2310,8 @@ input[type=number].dictionary-priority {
.no-wrap {
white-space: nowrap;
}
.overflow-wrap-anywhere {
overflow-wrap: anywhere;
.overflow-wrap {
word-break: break-all;
}

View File

@ -57,7 +57,7 @@
as this can be used to fingerprint browser configuration.
</p>
<p>
Example: <code class="overflow-wrap-anywhere">Origin: <span class="extension-id-example"></span></code>
Example: <code class="overflow-wrap">Origin: <span class="extension-id-example"></span></code>
</p>
</div>
</div>