Skip to content

Commit 9e8b16b

Browse files
committed
top align content within webhooks table
1 parent ce91587 commit 9e8b16b

File tree

1 file changed

+2
-2
lines changed
  • plugins/wp-graphql-headless-webhooks/src/Admin/assets

1 file changed

+2
-2
lines changed

plugins/wp-graphql-headless-webhooks/src/Admin/assets/admin.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@
6666

6767
.wp-list-table.webhooks th:not(.check-column),
6868
.wp-list-table.webhooks td:not(.check-column) {
69-
vertical-align: middle;
69+
vertical-align: top;
7070
}
7171

7272
/* Checkbox column specific styling */
7373
.wp-list-table.webhooks .check-column {
7474
vertical-align: top;
75-
padding-top: 8px;
75+
padding: 8px 0 0 3px;
7676
}
7777

7878
/* Style webhook name as primary column */

0 commit comments

Comments
 (0)