From 02881565d6415736bd41d8038d74322edb5cbb67 Mon Sep 17 00:00:00 2001 From: Laurent Bossavit Date: Fri, 27 Apr 2018 10:16:36 +0200 Subject: [PATCH] :art: Augmente la taille des boites de texte --- source/components/TargetSelection.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/components/TargetSelection.css b/source/components/TargetSelection.css index 947c969e4..430d5d6f8 100644 --- a/source/components/TargetSelection.css +++ b/source/components/TargetSelection.css @@ -91,7 +91,7 @@ #targetSelection .attractClick, #targetSelection input[type='number'] { - width: 4em !important; + width: 5em !important; display: inline-block; height: 1.6em; text-align: right;