[BUG] Fix Dialog title icon alignment
Author: eduaymeCreated Jul 17, 2026Updated Jul 17, 2026
Steps to reproduce
- Go to https://blueprintjs.com/docs/#core/components/dialog
- Show Dialog with Title
Actual behavior
Icon in Dialog header is not vertically aligned with content. Here a screenshot:
Now:
Expected behavior
Expected:
Possible solution
For Dialog the negative margin left -4px should disappear so dialog icon title and dialog content is vertically aligned.
Source: palantir/blueprint