diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-01 20:20:32 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-01 21:00:07 -0500 |
commit | 09a1214f49f89824aa7680b398fb93bc911ff6b8 (patch) | |
tree | 555a11fe0bf9359bb5bc881eac3948b6df59962e /ext | |
parent | 0762f13a6d4c2a434c55896294f70750a326da64 (diff) |
More fixes for Firefox
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mixed/css/display.css | 1 | ||||
-rw-r--r-- | ext/mixed/display-templates.html | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/ext/mixed/css/display.css b/ext/mixed/css/display.css index 3f6d3a7a..fefd500f 100644 --- a/ext/mixed/css/display.css +++ b/ext/mixed/css/display.css @@ -414,6 +414,7 @@ button.action-button { display: inline; font-size: 0; opacity: 0; + white-space: pre-wrap; } /* diff --git a/ext/mixed/display-templates.html b/ext/mixed/display-templates.html index e762f66b..6c611be9 100644 --- a/ext/mixed/display-templates.html +++ b/ext/mixed/display-templates.html @@ -31,8 +31,8 @@ <ul class="term-glossary-list"></ul> </li></template> <template id="term-definition-only-template"><span class="term-definition-only"></span></template> -<template id="term-glossary-item-template"><li class="term-glossary-item"><span class="term-glossary"></span><span class="term-glossary-separator"> </span></li></template> -<template id="term-reason-template"><span class="term-reason"></span><span class="term-reason-separator"> </span></template> +<template id="term-glossary-item-template"><li class="term-glossary-item"><span class="term-glossary-separator"> </span><span class="term-glossary"></span></li></template> +<template id="term-reason-template"><span class="term-reason"></span><span class="term-reason-separator"> </span></template> <template id="kanji-entry-template"><div class="entry" data-type="kanji"> <div class="entry-header1"> |