Add recent message block to item_card
diff --git a/erpnext/public/less/hub.less b/erpnext/public/less/hub.less
index c0f0394..f06f891 100644
--- a/erpnext/public/less/hub.less
+++ b/erpnext/public/less/hub.less
@@ -137,8 +137,19 @@
 	}
 
 	.hub-card-image {
-		min-width: 100%;
 		width: 100%;
+		height: 100%;
+		object-fit: contain;
+	}
+
+	.hub-recent-message {
+		padding: 10px;
+		.frappe-timestamp {
+			float: right;
+		}
+		div {
+			padding: 3px
+		}
 	}
 
 	.hub-search-container {
@@ -239,7 +250,7 @@
 		justify-content: space-between;
 		margin-bottom: 20px;
 	}
-	
+
 	.form-container {
 		.frappe-control {
 			max-width: 100% !important;