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

This commit is contained in:
Tatiana Llorente 2019-08-07 12:09:34 +02:00
parent 871e0568d7
commit 4436d96717
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>';
}
}