specify editor box styling

This commit is contained in:
Wirlaburla 2024-03-12 13:38:09 -05:00
parent 6ded48f3bd
commit f319a24633

View File

@ -139,13 +139,13 @@
margin: 0px; margin: 0px;
} }
.tabbed-container._weditor .box { .tabbed-container._weditor .box[name="edit"] {
display: flex; display: flex;
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
} }
.tabbed-container._weditor .box textarea { .tabbed-container._weditor .box[name="edit"] textarea {
border: none; border: none;
margin: 0px; margin: 0px;
} }