From c71dceb9a8f7445f1a37586669d03d98cca139dd Mon Sep 17 00:00:00 2001 From: Parag Poddar Date: Mon, 30 Jan 2023 22:09:16 +0530 Subject: [PATCH] Use monospace font for room, message IDs in View Source modal (#9956) --- res/css/structures/_ViewSource.pcss | 1 + 1 file changed, 1 insertion(+) diff --git a/res/css/structures/_ViewSource.pcss b/res/css/structures/_ViewSource.pcss index c063eeb49c..52d3afecc4 100644 --- a/res/css/structures/_ViewSource.pcss +++ b/res/css/structures/_ViewSource.pcss @@ -27,6 +27,7 @@ limitations under the License. border-bottom: 1px solid $quinary-content; padding-bottom: $spacing-12; margin-bottom: $spacing-12; + font-family: monospace; .mx_CopyableText { word-break: break-all;