Commit 8fdf296
authored
feat(code): fix padding on command center new task UI (#1927)
## Problem
the new task UI in the command center, on small screen sizes, has no padding
<!-- Who is this for and what problem does it solve? -->
<!-- Closes #ISSUE_ID -->
## Changes
- adds padding
- [lazy-fix, but good regardless imo] drops the "Effort"/"Reasoning" label from dropdown
<!-- What did you change and why? -->
<!-- If there are frontend changes, include screenshots. -->
## 
## How did you test this?
manually1 parent 4d9d967 commit 8fdf296
2 files changed
Lines changed: 9 additions & 4 deletions
File tree
- apps/code/src/renderer/features
- sessions/components
- task-detail/components
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
568 | | - | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
569 | 574 | | |
570 | 575 | | |
571 | 576 | | |
| |||
0 commit comments