Improve overflow wrap (#1663)
This commit is contained in:
parent
892b908615
commit
de57d73826
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user