summaryrefslogtreecommitdiff
path: root/ext/permissions.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-05-10 19:06:07 -0400
committertoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-05-11 21:33:18 -0400
commitdad65f11e7c34ec652df6971709c0d496947d6f6 (patch)
tree5ab27696319d99a464df7ebe44373eaf0ba8fa37 /ext/permissions.html
parent6f5d194b525119f15f0ea964983cac8714d22cfe (diff)
Improve internal page overflow (#1660)
* Improve overflow of internal pages * Improve wrapping of the Origin: example text
Diffstat (limited to 'ext/permissions.html')
-rw-r--r--ext/permissions.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/permissions.html b/ext/permissions.html
index e5be7219..d4d06af6 100644
--- a/ext/permissions.html
+++ b/ext/permissions.html
@@ -19,6 +19,7 @@
<!-- Main content -->
<div class="content-outer"><div class="content">
+<div class="content-left"></div>
<div class="content-center">
<span tabindex="-1" id="content-scroll-focus"></span>
@@ -56,7 +57,7 @@
as this can be used to fingerprint browser configuration.
</p>
<p>
- Example: <code>Origin: <span class="extension-id-example"></span></code>
+ Example: <code class="overflow-wrap-anywhere">Origin: <span class="extension-id-example"></span></code>
</p>
</div>
</div>
@@ -189,6 +190,7 @@
<div class="footer-padding"></div>
</div>
+<div class="content-right"></div>
</div></div>