From e463b70874066b7912c3bda0443c688d8f62e2ce Mon Sep 17 00:00:00 2001 From: Mael Date: Fri, 6 Apr 2018 12:12:05 +0200 Subject: [PATCH] :art: :bug: Largeur de l'indication d'avancement --- source/components/ProgressTip.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/components/ProgressTip.css b/source/components/ProgressTip.css index 46f3dbcf0..778ac323a 100644 --- a/source/components/ProgressTip.css +++ b/source/components/ProgressTip.css @@ -6,12 +6,12 @@ } .progressTip svg { display: inline-block; - width: 62%; - margin-right: 2% + width: calc(100% - 11em); + margin-right: 1em; } .progressTip p { display: inline-block; - width: 35%; + width: 10em; margin: .1em 0 1.6em; text-align: right; font-weight: 600;