Merge pull request #2132 from brkcvn/akaunting-long-texts

Name not show where it is used "col-aka" classname
This commit is contained in:
Cüneyt Şentürk
2021-06-22 13:42:43 +03:00
committed by GitHub
3 changed files with 5 additions and 5 deletions

View File

@ -671,7 +671,7 @@ abstract class DocumentIndex extends Base
return $class;
}
return 'col-xs-4 col-sm-4 col-md-4 col-lg-2 col-xl-2 text-left';
return 'col-xs-4 col-sm-4 col-md-4 col-lg-2 col-xl-2 text-left long-texts';
}
protected function getClassAmount($type, $classAmount)