diff options
| -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"> |