Fix incorrect style for single-statement blocks in expression.
This commit is contained in:
@@ -196,7 +196,7 @@ input {
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.t-exp .t-statement {
|
.t-exp > .t-statement {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
border: 0;
|
border: 0;
|
||||||
border-left: solid 1px orangered;
|
border-left: solid 1px orangered;
|
||||||
@@ -207,7 +207,7 @@ input {
|
|||||||
border-top: solid 3px gray;
|
border-top: solid 3px gray;
|
||||||
}
|
}
|
||||||
|
|
||||||
.t-exp .btn-add:not(:only-child) {
|
.t-exp > .btn-add:not(:only-child) {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user