Commit 53e8bd1
authored
fix: Fix height of source select RHS menu (#2419)
## Summary
This PR ensures the height of the RHS kebab menu on the source select component matches the height of the source select input.
### Screenshots or video
Before:
<img width="330" height="98" alt="Screenshot 2026-06-04 at 1 25 37 PM" src="https://github.com/user-attachments/assets/da02d64e-ba3e-4445-b255-37915102ca3c" />
After:
<img width="346" height="78" alt="Screenshot 2026-06-04 at 1 31 20 PM" src="https://github.com/user-attachments/assets/8cef7357-3c49-4036-8810-88c68f89a095" />
<img width="332" height="98" alt="Screenshot 2026-06-04 at 1 31 14 PM" src="https://github.com/user-attachments/assets/c25d5b99-6dc6-4c5a-a126-d680b5fee5b6" />
### How to test on Vercel preview
This can be tested on the preview, wherever the source select is available.
### References
- Linear Issue:
- Related PRs:1 parent 8164492 commit 53e8bd1
3 files changed
Lines changed: 13 additions & 6 deletions
File tree
- .changeset
- packages/app
- src/components
- styles
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
136 | | - | |
| 138 | + | |
137 | 139 | | |
138 | 140 | | |
139 | 141 | | |
| |||
236 | 238 | | |
237 | 239 | | |
238 | 240 | | |
| 241 | + | |
239 | 242 | | |
240 | 243 | | |
241 | 244 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
55 | | - | |
56 | | - | |
57 | 56 | | |
58 | 57 | | |
59 | 58 | | |
| |||
0 commit comments