From c377491c7f115d266ca8c5ed1fec8b2fc871af77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Mon, 24 Feb 2020 16:31:02 +0100 Subject: [PATCH] [ion/simulator.html] Fix digits clickable area position When resizing the window, the clickable zone would drift from the buttons. --- ion/src/simulator/web/simulator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ion/src/simulator/web/simulator.html b/ion/src/simulator/web/simulator.html index db0d6d347..6b25e7b52 100644 --- a/ion/src/simulator/web/simulator.html +++ b/ion/src/simulator/web/simulator.html @@ -165,7 +165,7 @@ a.action svg { margin: 1.8% 2%; width: 16%; height: 0; - padding-top: 11%; } + padding-top: 11.3%; }