Fix incorrect style for single-statement blocks in expression.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user