From bbeeb5b052fedbf40f921a1762765c81594126c3 Mon Sep 17 00:00:00 2001 From: Jorge Rincon Date: Thu, 25 May 2023 14:58:33 +0200 Subject: [PATCH] #11153 Fixed the size of the steps so that it doesn't take up 100% --- pandora_console/include/styles/pandora.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index ef19fbdb13..9f08a3c281 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -12071,8 +12071,9 @@ div.parent_graph > p.legend_background > table > tbody > tr { .steps { display: flex; + justify-content: space-between; align-items: center; - width: 100%; + width: 70%; } .step {