diff options
Diffstat (limited to 'modules/unicode')
-rw-r--r-- | modules/unicode/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/unicode/index.html b/modules/unicode/index.html index 44bd323..9335081 100644 --- a/modules/unicode/index.html +++ b/modules/unicode/index.html @@ -71,6 +71,7 @@ function populateCharacter(div, row) { div.appendChild(span); span = document.createElement("span"); + span.setAttribute("style", "display: inline-block;"); span.appendChild(document.createTextNode(row[1])); div.appendChild(span); } |