From f319a24633cba138936264ea199ce63ad0d9d980 Mon Sep 17 00:00:00 2001 From: Wirlaburla Date: Tue, 12 Mar 2024 13:38:09 -0500 Subject: [PATCH] specify editor box styling --- core/css/tabbed-container.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/css/tabbed-container.css b/core/css/tabbed-container.css index b47ee6a..119d1e2 100644 --- a/core/css/tabbed-container.css +++ b/core/css/tabbed-container.css @@ -139,13 +139,13 @@ margin: 0px; } -.tabbed-container._weditor .box { +.tabbed-container._weditor .box[name="edit"] { display: flex; margin: 0px; padding: 0px; } -.tabbed-container._weditor .box textarea { +.tabbed-container._weditor .box[name="edit"] textarea { border: none; margin: 0px; } \ No newline at end of file