From 51f42b029a0edeeb4145ebaff343f37fcc40b7c4 Mon Sep 17 00:00:00 2001 From: Phillip Date: Tue, 17 Jan 2023 09:55:30 +0200 Subject: [PATCH] fix margin pre tag --- qortal-ui-plugins/plugins/core/components/ChatScroller-css.js | 1 + 1 file changed, 1 insertion(+) diff --git a/qortal-ui-plugins/plugins/core/components/ChatScroller-css.js b/qortal-ui-plugins/plugins/core/components/ChatScroller-css.js index 2c62a563..06f2607a 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatScroller-css.js +++ b/qortal-ui-plugins/plugins/core/components/ChatScroller-css.js @@ -613,6 +613,7 @@ export const chatStyles = css` padding: 0.75rem 1rem; border-radius: 0.5rem; white-space: pre-wrap; + margin: 0px; } .replied-message pre code { color: inherit;