From d339830afc156f2a93c638df619a6ec1d8d1f71d Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Fri, 17 Jan 2020 22:17:36 +0100 Subject: unicode: Fix font sizes on mobile --- modules/unicode/index.html | 1 + 1 file changed, 1 insertion(+) 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); } -- cgit v1.2.3