From 1cea03cede4c67a22a35105f0072aa3f11bede89 Mon Sep 17 00:00:00 2001 From: Justin Ferrari Date: Thu, 23 Feb 2023 22:01:13 -0500 Subject: [PATCH] Fixed reply css bug --- .../plugins/core/components/ChatScroller-css.js | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/qortal-ui-plugins/plugins/core/components/ChatScroller-css.js b/qortal-ui-plugins/plugins/core/components/ChatScroller-css.js index 629f2a26..1bd90269 100644 --- a/qortal-ui-plugins/plugins/core/components/ChatScroller-css.js +++ b/qortal-ui-plugins/plugins/core/components/ChatScroller-css.js @@ -216,19 +216,21 @@ export const chatStyles = css` } .replied-message { + margin: 0; + padding: 0; + } + + .replied-message p { margin: 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; - max-width: 300px; + max-width: 500px; max-height: 40px; + margin: 0; + padding: 0; } - .replied-message p { - margin: 0px; - padding: 0px; - } - .message { display: flex; flex-direction: column;