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:**  **After:** 
This commit is contained in:
@@ -47,7 +47,6 @@
|
||||
.cell-_select {
|
||||
display: flex;
|
||||
min-width: unset;
|
||||
width: base(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
th,
|
||||
td {
|
||||
vertical-align: top;
|
||||
padding: base(0.8) base(0.6);
|
||||
min-width: 150px;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user