diff --git a/erpnext/hr/page/team_updates/team_update_row.html b/erpnext/hr/page/team_updates/team_update_row.html
index c81a4cb95f..e3adcb8888 100644
--- a/erpnext/hr/page/team_updates/team_update_row.html
+++ b/erpnext/hr/page/team_updates/team_update_row.html
@@ -7,7 +7,7 @@
{{ avatar }}
-
diff --git a/erpnext/hr/page/team_updates/team_updates.css b/erpnext/hr/page/team_updates/team_updates.css
index 7f6a40a05b..d37e7826b1 100644
--- a/erpnext/hr/page/team_updates/team_updates.css
+++ b/erpnext/hr/page/team_updates/team_updates.css
@@ -23,9 +23,25 @@
background: #5e64ff;
}
+.activity-row {
+}
+
.activity-message {
border-left: 1px solid #d1d8dd;
+}
+
+.activity-message .row {
padding: 15px;
+ margin-right: 0px;
+ border-bottom: 1px solid #d1d8dd;
+}
+
+.activity-row:last-child .activity-message .row {
+ border-bottom: none;
+}
+
+.activity-row .content {
+ padding-left: 0px;
padding-right: 30px;
}