diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-10 20:02:06 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-05-11 21:33:18 -0400 |
commit | 1021067fc892782bae45f626603959e3d8f2c5bf (patch) | |
tree | ea5c61680168f2aee0e64afd8e8d5c123e57a15f /ext/permissions.html | |
parent | 093b4d1103b88791389b9ae7a53eabc86a5e0006 (diff) |
Improve overflow wrap (#1663)
Diffstat (limited to 'ext/permissions.html')
-rw-r--r-- | ext/permissions.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/permissions.html b/ext/permissions.html index d4d06af6..90a6b394 100644 --- a/ext/permissions.html +++ b/ext/permissions.html @@ -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> |