fix(ui): adjust alignment of list header actions (#12793)

### Before
![Screenshot 2025-06-12 at 11 54
58 AM](https://github.com/user-attachments/assets/82ecfe5a-b483-43da-abb7-1a2b1b548807)

### After
![Screenshot 2025-06-12 at 11 55
12 AM](https://github.com/user-attachments/assets/7b017ec3-f31a-4985-905f-951cface0c5c)


---
- To see the specific tasks where the Asana app for GitHub is being
used, see below:
  - https://app.asana.com/0/0/1210535479281746
This commit is contained in:
Patrik
2025-06-12 13:03:06 -04:00
committed by GitHub
parent df8be92d47
commit 77f380544f

View File

@@ -33,7 +33,7 @@
margin-bottom: 4px;
display: flex;
flex-wrap: wrap;
align-items: flex-end;
align-items: center;
gap: calc(var(--base) * 0.5);
}