-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Description
The header component always has a border under it, causing some layouts sometimes look needlessly "boxy" — mainly when the container has tabs which also have full width border, such as "Fonts" page:
Fonts
| With border | Without border |
|---|---|
![]() |
![]() |
On containers where the DataViews filters bump directly onto the header, such as Pages with table view, the border makes sense:
Pages
| With border | Without border |
|---|---|
![]() |
![]() |
When using WP Build and Admin UI components in a plugin, we had more of a mixture scenario (tabs + DataViews filters on the same line):
With border
Without border
Ideas
-
We always remove the border and accept somewhat "floating" outcome for DataViews filters, but less boxy overall. (PR to test with Remove border-bottom from admin-ui page header #75429)
-
We allow injecting tabs (and other content) into the header, similar to Actions, and the Tabs & Header border can collapse into one.



