Merge pull request #32377 from samarthsinh2660/fix/table-filters-title-layout

fix(core-components): fix Table layout when filters and title are used together
This commit is contained in:
Fredrik Adelöw
2026-03-10 16:19:10 +01:00
committed by GitHub
4 changed files with 29 additions and 3 deletions
@@ -0,0 +1,5 @@
---
'@backstage/core-components': patch
---
Fixed Table component layout when both `filters` and `title` props are used together. The filter controls now use a dedicated CSS class (`filterControls`) instead of incorrectly reusing the root container class.