rapi-doc / RapiDoc

RapiDoc -WebComponent for OpenAPI Spec
https://rapidocweb.com
MIT License
1.65k stars 277 forks source link

SCHEMA -> Multiline description is broken (height) #981

Open serhii-bilyk-intellias opened 10 months ago

serhii-bilyk-intellias commented 10 months ago

Hi, SCHEMA -> Multiline description seems broken: image

Was trying to fix CSS for .tr.expanded.object but this selection is not appliable:

rapi-doc::part(schema-description) + div.tr.expanded.object {
    display: block
  }

I can set CSS only for elements with part attribute

mrin9 commented 1 week ago

provide me with a sample full (not partial) spec. where I can recreate it. also provide what rapidoc options are you using to display it