From 1b9eefe4f7dabc2b1086d392527f8de148e09efc Mon Sep 17 00:00:00 2001 From: Mael Date: Thu, 5 Apr 2018 17:38:56 +0200 Subject: [PATCH] Les objectifs editables sont toujours soulignes --- source/components/TargetSelection.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/source/components/TargetSelection.css b/source/components/TargetSelection.css index 2cea1f60e..f3846ccbc 100644 --- a/source/components/TargetSelection.css +++ b/source/components/TargetSelection.css @@ -112,7 +112,10 @@ text-decoration: underline; } #targetSelection .editable { -border-bottom: 1px dashed #ffffff91} + border-bottom: 1px dashed #ffffff91; + min-width: 2.5em; + display: inline-block; +} #targetSelection .attractClick, #targetSelection input[type='number'] {