Files
xrpl-dev-portal/static
rachelflynn f0d0aaad40 fix: restore [Source] link positioning after Redocly 0.131.0 upgrade
Redocly 0.131.0 changed CommonMark parsing so [[Source]] on its own line
after a heading is emitted as a separate <p> instead of inline inside <h1>.
That <p> collapsed to zero height (floated child), causing the [Source] link
to bleed into the description paragraph below.

Fix via overflow:hidden on the <p> containing the [Source] link, which
creates a block formatting context and makes the paragraph contain its
floated child properly. No markdown files need to change.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-15 14:24:22 -04:00
..
2025-02-13 08:27:19 -08:00
2025-10-07 11:30:49 -07:00
2025-09-29 09:08:28 -07:00
2025-02-10 13:54:01 -08:00
2024-03-18 08:16:10 -07:00