specify editor box styling
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user