Merge branch '48-aumentar-altura-de-las-filas-de-la-tabla-agent-contact-en-la-vista-de-agente' into 'develop'

Increase cell height in agent contact table of agent view - #48

See merge request !131
This commit is contained in:
Enrique Camargo 2017-02-07 17:06:23 +01:00
parent edab97eac3
commit 459ef3be79
1 changed files with 1 additions and 1 deletions

View File

@ -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] = ' <span>' . __('Agent contact') . '</span>';