Fix incorrect style for single-statement blocks in expression.

This commit is contained in:
2023-03-15 15:43:30 +08:00
parent bf578d7cb9
commit 2207c80951

View File

@@ -196,7 +196,7 @@ input {
padding-bottom: 0;
}
.t-exp .t-statement {
.t-exp > .t-statement {
margin: 0;
border: 0;
border-left: solid 1px orangered;
@@ -207,7 +207,7 @@ input {
border-top: solid 3px gray;
}
.t-exp .btn-add:not(:only-child) {
.t-exp > .btn-add:not(:only-child) {
display: none;
}