From da09e003f631571c821ca7d43eb909d88d1d7c06 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 8 Jun 2023 16:01:11 -0500 Subject: [PATCH] date_row: Expand padding around date reference. --- web/styles/message_row.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/styles/message_row.css b/web/styles/message_row.css index 80b99b727d..92660ee814 100644 --- a/web/styles/message_row.css +++ b/web/styles/message_row.css @@ -48,8 +48,8 @@ $time_column_max_width: 150px; text-align: right; letter-spacing: 0.04em; color: var(--color-date); - /* To match time in message row and date in recipient row. */ - padding-right: 6px; + /* Right padding matches time in message row and date in recipient row. */ + padding: 8px 6px 8px 4px; } }