From da366da8724f32bfe0cb1a15d95b08f8ebe8ba1b Mon Sep 17 00:00:00 2001 From: enriquecd Date: Tue, 7 Feb 2017 17:04:24 +0100 Subject: [PATCH] Increase cell height in agent contact table of agent view - #48 --- pandora_console/operation/agentes/estado_generalagente.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/operation/agentes/estado_generalagente.php b/pandora_console/operation/agentes/estado_generalagente.php index 4651c6b2f0..f63eecf8f8 100755 --- a/pandora_console/operation/agentes/estado_generalagente.php +++ b/pandora_console/operation/agentes/estado_generalagente.php @@ -191,7 +191,7 @@ $table_contact->width = '100%'; $table_contact->cellspacing = 0; $table_contact->cellpadding = 0; $table_contact->class = 'databox data'; -$table_contact->style[0] = 'width: 30%;'; +$table_contact->style[0] = 'width: 30%;height:30px;'; $table_contact->style[1] = 'width: 70%;'; $table_contact->head[0] = ' ' . __('Agent contact') . '';