fix(ui): adjust list view table alignment (#8330)

### Description
- Fixes checkbox alignment issues within the collection list view table.
(Closes #8307)
- Aligns table cells to top for better readability across rows.

**Before:**
![Screenshot 2024-09-20 at 10 01
43 AM](https://github.com/user-attachments/assets/c35804d9-941b-4b52-a37d-0fac5734312e)

**After:**
![Screenshot 2024-09-20 at 9 10
35 AM](https://github.com/user-attachments/assets/52bb8405-b1ca-4083-a76d-30e7468bdad5)
This commit is contained in:
Tylan Davis
2024-09-20 10:58:18 -04:00
committed by GitHub
parent 0cdd5b628c
commit b51d2bcb39
2 changed files with 1 additions and 1 deletions

View File

@@ -47,7 +47,6 @@
.cell-_select {
display: flex;
min-width: unset;
width: base(1);
}
}
}

View File

@@ -19,6 +19,7 @@
th,
td {
vertical-align: top;
padding: base(0.8) base(0.6);
min-width: 150px;