Center meeting and attendee information within table cells

Apply 'text-center' class directly to the table data (td) elements for meeting and attendee columns to ensure consistent alignment with the time column.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 77cfe984-2c65-4152-bb7a-0df28274fe66
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: ddb4304d-b474-4cc9-adee-c11f7a7c1674
Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/c3c252e4-c83d-40ca-9fff-99a3ea60701e/77cfe984-2c65-4152-bb7a-0df28274fe66/fKZh36i
Replit-Helium-Checkpoint-Created: true
This commit is contained in:
Replit Agent
2026-07-05 12:37:08 +00:00
parent 0451d45110
commit 4c291269f1
@@ -4637,7 +4637,7 @@ function MeetingRow({
return (
<td
key="meeting"
className={`border border-gray-300 px-3 py-3 align-middle text-[#0B1E3F] relative group`}
className={`border border-gray-300 px-3 py-3 align-middle text-center text-[#0B1E3F] relative group`}
style={tintedCellStyle(col, true)}
>
<EditableCell
@@ -4670,7 +4670,7 @@ function MeetingRow({
return (
<td
key="attendees"
className="border border-gray-300 px-3 py-3 align-middle relative group"
className="border border-gray-300 px-3 py-3 align-middle text-center relative group"
style={tintedCellStyle(col, false)}
>
<AttendeesCell