From 2ea20c16059f0eae758c49ff908a457b12bb5aaf Mon Sep 17 00:00:00 2001 From: "marcos.alconada" Date: Wed, 2 Oct 2019 14:42:51 +0200 Subject: [PATCH] fixed visual error --- pandora_console/include/styles/pandora.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index 27b3094027..ba3753c2fd 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -5888,3 +5888,10 @@ table.table_modal_alternate tr td:first-child { .fullwidth { width: 100%; } + +.wux_execution_result_transaction { + width: auto; + height: auto; + float: right; + margin-right: 200px; +}