Skip to content
Open
Changes from all commits
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
5 changes: 5 additions & 0 deletions fern/products/docs/pages/changelog/2025-12-04.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## CSS selectors for RunnableEndpoint component

The RunnableEndpoint component now exposes CSS selectors for fine-grained styling. These selectors follow the same pattern as CodeBlock and CodeGroup components, making it easy to customize the appearance of runnable API endpoints in your documentation.

Available selectors include `fern-runnable-endpoint` (root), `fern-runnable-header`, `fern-runnable-form`, `fern-runnable-auth`, `fern-runnable-section-{id}`, `fern-runnable-actions`, and `fern-runnable-response` with their respective child elements.