Merged
XS
Change Breakdown
Bug Fix100%
Dependency pill alignment fixed in data table header
CH
CharlieKolbA one-line CSS fix ensures dependency pills line up properly with search inputs and action buttons in data table detail views.
The data table details view header contains several UI elements side by side — a dependency pill, a search input, and action buttons. These were meant to sit on the same horizontal line, but the dependency pill sat slightly off-center vertically relative to its neighbors. One CSS property was added to center-align all items in the flex container. The dependency pill now aligns cleanly with the rest of the controls.
View Original GitHub Description
Summary
Adds align-items: center to the .actions flex container in the data table details view header so the dependency pill is vertically aligned with the search input and action buttons.
Related Linear tickets, Github issues, and Community forum posts
<!-- N/A -->Review / Merge checklist
- PR title and summary are descriptive. (conventions)
- Docs updated or follow-up ticket created.
- Tests included.
- PR Labeled with
Backport to Beta,Backport to Stable, orBackport to v1(if the PR is an urgent fix that needs to be backported)