Merge branch 'ent-4463-Histórico-IP' into 'develop'

Fixed scroll in other ip addres in agent view - #4463

See merge request artica/pandorafms!2641
This commit is contained in:
Daniel Rodriguez 2019-11-12 18:10:16 +01:00
commit 2f0b646cd8
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ if (!empty($addresses)) {
// $data_opcional = [];
$data_opcional[] = '<b>'.__('Other IP addresses').'</b>';
if (!empty($addresses)) {
$data_opcional[] = '<div style="overflow-y: scroll;">'.implode('<br>', $addresses).'</div>';
$data_opcional[] = '<div style="overflow-y: scroll; max-height:50px;">'.implode('<br>', $addresses).'</div>';
}
}