From 3396af66b09d9e1bc5d7043fe4520553d6b4c3a0 Mon Sep 17 00:00:00 2001 From: Calvo Date: Wed, 14 Apr 2021 09:26:19 +0200 Subject: [PATCH] Agent conf ip selector visual fix --- pandora_console/include/styles/pandora.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index dddc1cf180..2b5377fd12 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -5450,6 +5450,10 @@ table.info_table.policy_sub_table { min-width: 100px; } +div.label_select_child_left > span { + width: 100% !important; +} + .label_select_child_right { width: 20%; min-width: 140px;