Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,9 @@ a[data-internal-link][target="_blank"]:not(:has(img)):not(.no-link-icon):not(.an
font-size: 80%;
text-align: center;
}

.doc-param-details .highlight {
overflow-x: auto;
width: 0;
min-width: 100%;
}
Loading