mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 03:16:48 +03:00
Fix schema tree lines
This commit is contained in:
parent
af4f21726a
commit
09f9264089
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user