mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-13 12:26:34 +03:00
Fix schema tree lines
This commit is contained in:
parent
af4f21726a
commit
09f9264089
|
@ -97,7 +97,7 @@ h2 {
|
||||||
height: 10px;
|
height: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.param-wrap:last-of-type .param-name:after {
|
.param-wrap:last-of-type > .param > .param-name:after {
|
||||||
content: "";
|
content: "";
|
||||||
display: block;
|
display: block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -108,6 +108,10 @@ h2 {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.param-wrap:last-of-type > .param-schema {
|
||||||
|
border-left-color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
.param-schema .param-wrap:first-of-type .param-name:before {
|
.param-schema .param-wrap:first-of-type .param-name:before {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user