changed font-size to fix overflowing issue
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
$maxLength = max(mb_strlen($firstline ?? ''), mb_strlen($secondline ?? ''), mb_strlen($thirdline ?? ''));
|
$maxLength = max(mb_strlen($firstline ?? ''), mb_strlen($secondline ?? ''), mb_strlen($thirdline ?? ''));
|
||||||
|
|
||||||
$fontSize = '13px';
|
$fontSize = '13px';
|
||||||
if ($maxLength <= 11) $fontSize = '28px';
|
if ($maxLength <= 11) $fontSize = '20px';
|
||||||
elseif ($maxLength <= 20) $fontSize = '18px';
|
elseif ($maxLength <= 20) $fontSize = '18px';
|
||||||
elseif ($maxLength <= 45) $fontSize = '16px';
|
elseif ($maxLength <= 45) $fontSize = '16px';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user