From 6ae2e9bff1413e4cd15404bc08c6d17b36538a56 Mon Sep 17 00:00:00 2001 From: Emmanuel Cazenave Date: Mon, 3 Dec 2018 16:19:02 +0100 Subject: [PATCH] rouen: no progress bar if only one step (#28529) --- static/rouen/_custom.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/rouen/_custom.scss b/static/rouen/_custom.scss index d9b19e75..6e636727 100644 --- a/static/rouen/_custom.scss +++ b/static/rouen/_custom.scss @@ -358,6 +358,9 @@ div#tracking-code { div#steps ol { display: -ms-flexbox; display: flex; + li.first.last::after { + background: none; + } li { position: relative; -ms-flex: 1; -- 2.19.2