Fixed height
This commit is contained in:
parent
239e149b3c
commit
2b5c5f0cce
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue