From da785dd08407915ba428c57e854a9d950574461b Mon Sep 17 00:00:00 2001 From: Olivia Thet Date: Tue, 12 Dec 2023 21:12:56 -0500 Subject: [PATCH] display key styling --- export/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/export/index.html b/export/index.html index 1a9d43a..23da3d6 100644 --- a/export/index.html +++ b/export/index.html @@ -407,10 +407,10 @@

Message log

const style = { border: "none", color: "#555b64", - fontWeight: "400", fontSize: ".875rem", lineHeight: "1.25rem", - fontFamily: "\"iA Writer Mono\", SFMono-Regular, Menlo, Consolas, monospace", + overflowWrap: "break-word", + textAlign: "left", }; // Create a new div with the key material and append the new div to the body