Commit e3282bf
authored
fix: correctly stretch Actor template cards (#2076)
This PR fixes the stretching for Actor template cards.
Before:
<img width="1271" height="386" alt="image"
src="https://github.com/user-attachments/assets/ca44f09e-0f31-4098-b6c7-dd59187b5a41"
/>
After:
<img width="1390" height="386" alt="image"
src="https://github.com/user-attachments/assets/f38203c9-8788-4228-9175-d360f58d2953"
/>
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Set direct child anchors in `ActorTemplatesWrapper` to `display: flex`
so `ActorTemplateCard` tiles stretch uniformly.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
46eba8b. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->1 parent f4177b1 commit e3282bf
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
0 commit comments