Fix schema tree lines

This commit is contained in:
Roman Hotsiy 2015-11-19 23:49:17 +02:00
parent af4f21726a
commit 09f9264089

View File

@ -97,7 +97,7 @@ h2 {
height: 10px;
}
.param-wrap:last-of-type .param-name:after {
.param-wrap:last-of-type > .param > .param-name:after {
content: "";
display: block;
position: absolute;
@ -108,6 +108,10 @@ h2 {
bottom: 0;
}
.param-wrap:last-of-type > .param-schema {
border-left-color: transparent;
}
.param-schema .param-wrap:first-of-type .param-name:before {
display: none !important;
}