Show template edited
This commit is contained in:
		| @@ -837,7 +837,7 @@ abstract class TransactionShow extends Base | ||||
|             return $class; | ||||
|         } | ||||
|  | ||||
|         return 'col-md-2'; | ||||
|         return 'col-4 col-lg-3'; | ||||
|     } | ||||
|  | ||||
|     protected function getClassHeaderContact($type, $classHeaderContact) | ||||
| @@ -852,7 +852,7 @@ abstract class TransactionShow extends Base | ||||
|             return $class; | ||||
|         } | ||||
|  | ||||
|         return 'col-md-3'; | ||||
|         return 'col-4 col-lg-2'; | ||||
|     } | ||||
|  | ||||
|     protected function getClassHeaderCategory($type, $classHeaderCategory) | ||||
| @@ -867,7 +867,7 @@ abstract class TransactionShow extends Base | ||||
|             return $class; | ||||
|         } | ||||
|  | ||||
|         return 'col-md-3'; | ||||
|         return 'col-4 col-lg-3'; | ||||
|     } | ||||
|  | ||||
|     protected function getClassHeaderAmount($type, $classHeaderAmount) | ||||
| @@ -882,7 +882,7 @@ abstract class TransactionShow extends Base | ||||
|             return $class; | ||||
|         } | ||||
|  | ||||
|         return 'col-md-2'; | ||||
|         return 'col-4 col-lg-2'; | ||||
|     } | ||||
|  | ||||
|     protected function getClassHeaderPaidAt($type, $classHeaderPaidAt) | ||||
| @@ -897,7 +897,7 @@ abstract class TransactionShow extends Base | ||||
|             return $class; | ||||
|         } | ||||
|  | ||||
|         return 'col-md-2'; | ||||
|         return 'col-4 col-lg-2'; | ||||
|     } | ||||
|  | ||||
|     protected function getTextContentTitle($type, $textContentTitle) | ||||
| @@ -1187,4 +1187,4 @@ abstract class TransactionShow extends Base | ||||
|  | ||||
|         return 'col-sm-6 col-md-6 col-lg-6 col-xl-6'; | ||||
|     } | ||||
| } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user