FIX_NHANCE_LOGO_MISALIGN

This commit is contained in:
Srinivas-Saravanan 2025-06-09 11:53:25 +05:30
parent f0b5dee467
commit 50682067d8

View File

@ -3941,6 +3941,8 @@ class LeadsController extends BaseController
$offsetX = $offsetX + 97;
if ($length >= 4) {
$offsetX = 50;
} else if ($length == 3) {
$offsetX = 140;
}
// dd($offsetX, $cellPixelWidth, $imagePixelWidth);