Commit 5b983da
authored
PLU-505: Clickable area in nested step smaller than step (#1097)
## Problem
Clickable area in nested step smaller than step due to unnecessary
difference in padding in nested and non-nested step.
## Solution
Make padding the same for both nested and non-nested steps
## Before & After Screenshots
**BEFORE**:
<img width="1424" height="648" alt="image"
src="https://github.com/user-attachments/assets/f5eacf62-879b-4f82-af08-c50542989873"
/>
**AFTER**:
<img width="471" height="310" alt="Screenshot 2025-07-14 at 6 50 32 PM"
src="https://github.com/user-attachments/assets/7f102870-57e7-4d3d-9d8b-dc98d907b2e5"
/>
## Tests
- [ ] Side drawer opens/closes when clicking on both nested and
non-nested step
- [ ] Step can be renamed
- [ ] Step can be deleted1 parent e9b704b commit 5b983da
2 files changed
+2
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
| 227 | + | |
232 | 228 | | |
233 | 229 | | |
234 | 230 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
0 commit comments