From 6f10cd64042c27c2dab9c76d1c1a03a88b4eb12c Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Tue, 5 Jul 2022 16:02:55 +0000 Subject: [PATCH] Fix font size of MessageTimestamp on TimelineCard (#8950) Signed-off-by: Suguru Hirahara --- res/css/views/right_panel/_TimelineCard.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/views/right_panel/_TimelineCard.scss b/res/css/views/right_panel/_TimelineCard.scss index 63048511d51..6d608182cb5 100644 --- a/res/css/views/right_panel/_TimelineCard.scss +++ b/res/css/views/right_panel/_TimelineCard.scss @@ -93,6 +93,7 @@ limitations under the License. .mx_MessageTimestamp { inset-inline: auto 0; + font-size: $font-12px; } .mx_ReactionsRow {