Commit ee298f5
authored
fix(ui): array field add button margin not applying consistently (#15773)
### What
Array field "Add" button has excessive margin in some environments
### Why
CSS load order caused base button margin to override array field margin
due to equal specificity
### How
Increased selector specificity to `.array-field__add-row.btn` to ensure
the reduced margin always applies
Fixes #157211 parent 4e3e780 commit ee298f5
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments