Skip to content

Commit 77f3805

Browse files
authored
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
1 parent df8be92 commit 77f3805

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/elements/ListHeader/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
margin-bottom: 4px;
3434
display: flex;
3535
flex-wrap: wrap;
36-
align-items: flex-end;
36+
align-items: center;
3737
gap: calc(var(--base) * 0.5);
3838
}
3939

0 commit comments

Comments
 (0)