Fix style of todo items
What does this MR do and why?
Fix style of todo items
A previous MR (!202396 (merged)) caused style problems for todo items on the todos page by introducing styles meant for another page directly to the shared component.
References
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- Check out this branch
- Enable the
personal_homepagefeature flag in the GDK - Visit https://gdk.test:3000/dashboard/todos
- You will see that the select all checkbox is properly aligned with the checkboxes for todo items, and the snooze/done buttons for todo items are aligned with the snooze/done buttons for selected items
- Visit https://gdk.test:3000/dashboard/home
- You will see that the style of todo items here is identical to the style on
master(confirm this by runninggit checkout HEAD^orgit switch master)
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Related to #561075 (closed), #548836 (closed)
Edited by Chad Lavimoniere

