From d43c163baa63c19370074db1e56f04c0e69209a8 Mon Sep 17 00:00:00 2001 From: Alex Waterson-Rosso Date: Thu, 23 Mar 2023 21:42:13 -0400 Subject: [PATCH] Updated display text wrapping style Update style to align copy button within the wrapper --- src/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/index.css b/src/index.css index a6c0513..bcf7235 100644 --- a/src/index.css +++ b/src/index.css @@ -128,6 +128,10 @@ body { min-width: 140ch; } +.display_text_wrapping { + width: 100%; +} + .display_text_wrapping .cm_content { min-width: 100%; }