- Notifications
You must be signed in to change notification settings - Fork925
Commitcd484db
authored
fix: only override img size for direct button children (#18540)
The issue was causing the select menu, that uses an avatar inside of thebutton, to have a wrong size.Before:<img width="191" alt="Screenshot 2025-06-24 at 13 18 51"src="https://github.com/user-attachments/assets/4cc20bbc-daa6-44b0-802c-a1846740beb5"/>After:<img width="191" alt="Screenshot 2025-06-24 at 13 18 41"src="https://github.com/user-attachments/assets/107083f9-ef51-4d7d-84c3-c5d3e82307c8"/>1 parentdc24922 commitcd484db
1 file changed
+8
-6
lines changedLines changed: 8 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
| 11 | + | |
10 | 12 |
| |
11 | 13 |
| |
12 | 14 |
| |
| |||
15 | 17 |
| |
16 | 18 |
| |
17 | 19 |
| |
18 |
| - | |
19 |
| - | |
| 20 | + | |
| 21 | + | |
20 | 22 |
| |
21 | 23 |
| |
22 | 24 |
| |
| |||
42 | 44 |
| |
43 | 45 |
| |
44 | 46 |
| |
45 |
| - | |
46 |
| - | |
| 47 | + | |
| 48 | + | |
47 | 49 |
| |
48 |
| - | |
49 |
| - | |
| 50 | + | |
| 51 | + | |
50 | 52 |
| |
51 | 53 |
| |
52 | 54 |
| |
|
0 commit comments
Comments
(0)