---
changelog:
  category: Release
  version: blume@1.6.3
date: '2026-09-06T06:55:44Z'
seo:
  description: >-
    Drop the strip of empty space above code blocks inside <CodeGroup>, <Tabs>,
    <Steps>, <Callout> and the other flush contexts. The 2.5rem top inset added
    to…
title: blume@1.6.3
type: changelog
---
### Patch Changes

- 7d3fb47: Drop the strip of empty space above code blocks inside `<CodeGroup>`, `<Tabs>`, `<Steps>`, `<Callout>` and the other flush contexts. The 2.5rem top inset added to keep the copy button off a long first line read as a rendering bug over a one-line install command. A code switcher (a `<CodeGroup>`, a `ts2js` fence, code-only `<Tab>`s) now hosts a single copy button in its tab strip that copies whichever panel is showing, and every other bar-less block keeps the plain 1rem inset with enough end padding on the scrolling code that a long first line's tail clears the overlay button.
