Improve overflow wrap (#1663)
This commit is contained in:
parent
892b908615
commit
de57d73826
@ -2310,8 +2310,8 @@ input[type=number].dictionary-priority {
|
|||||||
.no-wrap {
|
.no-wrap {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.overflow-wrap-anywhere {
|
.overflow-wrap {
|
||||||
overflow-wrap: anywhere;
|
word-break: break-all;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@
|
|||||||
as this can be used to fingerprint browser configuration.
|
as this can be used to fingerprint browser configuration.
|
||||||
</p>
|
</p>
|
||||||
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user