Fixed height

This commit is contained in:
Daniel Maya 2021-07-08 09:41:49 +02:00
parent 239e149b3c
commit 2b5c5f0cce
1 changed files with 1 additions and 2 deletions

View File

@ -134,8 +134,7 @@ final class EventsHistory extends Item
}
}
$data['height'] = ($data['height'] - 20);
// $data['height'] = ($data['height'] - 20);
if ((int) $data['width'] < 11) {
$data['width'] = 11;
}