From e16f22c430c8929b5859b50b27f4868548beb661 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Thu, 25 Apr 2024 15:20:01 -0500 Subject: [PATCH] info_density: Apply base font-size to message content area. --- web/styles/message_row.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/styles/message_row.css b/web/styles/message_row.css index 1750a8bb80..8f9cffe853 100644 --- a/web/styles/message_row.css +++ b/web/styles/message_row.css @@ -203,6 +203,7 @@ */ padding: 5px 0 0; color: var(--color-text-message-default); + font-size: var(--base-font-size-px); line-height: var(--base-line-height-unitless); min-height: 17px; display: block;