Files
gitbook/packages
Claude 791c25adb0 Fix vertical centering of icon in breadcrumb items
Breadcrumb items are laid out inline (so they wrap naturally), and the
page icon rendered inside them is an inline SVG sized in em units. With
the default `vertical-align: baseline`, the icon sits on the text
baseline and appears vertically off-center next to the crumb label. The
`items-center` class on the link had no effect since the link is inline,
not a flex container.

Add `align-middle` to the icon so it centers against the text, matching
how inline icons are aligned elsewhere in the app.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01NoCD2XcvbHVpwBkFfJTVx3
2026-07-17 00:13:09 +00:00
..
2026-02-25 11:37:48 +01:00
2025-10-15 13:30:24 +02:00
2026-07-06 12:52:44 +00:00
2026-05-19 13:24:41 +02:00
2026-07-06 12:52:44 +00:00