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