aboutsummaryrefslogtreecommitdiff
path: root/ext/display-templates.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-03-05 23:48:38 -0500
committerGitHub <noreply@github.com>2021-03-05 23:48:38 -0500
commite28a89e580302b0bbb1222f9ab7650ccb3c5f4fd (patch)
treec7f9f42ef94d56726c555a884c43f687d7856ae9 /ext/display-templates.html
parent97f9884f0b4260427779e9e3ca871851d3698048 (diff)
Add workaround for a frequency disambiguation layout issue on Firefox (#1489)
Diffstat (limited to 'ext/display-templates.html')
-rw-r--r--ext/display-templates.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/display-templates.html b/ext/display-templates.html
index c5659639..949d4b56 100644
--- a/ext/display-templates.html
+++ b/ext/display-templates.html
@@ -56,11 +56,11 @@
<template id="term-frequency-item-template" data-remove-whitespace-text="true"><span class="frequency-item"><span class="tag tag-has-body frequency-tag" data-category="frequency" data-frequency-type="term">
<span class="tag-label"><span class="tag-label-content"></span></span>
<span class="tag-body"><span class="tag-body-content frequency-body">
- <ruby class="frequency-disambiguation">
+ <span class="frequency-disambiguation"><ruby>
<span class="frequency-disambiguation-expression"></span>
<span class="frequency-disambiguation-separator"></span>
<rt class="frequency-disambiguation-reading"></rt>
- </ruby>
+ </ruby></span>
<span class="frequency-separator"></span>
<span class="frequency-value"></span>
</span></span>