Commit 3d73934
committed
fix: restore vertical spacing for native button elements
Re-add margin-block-end to <button> and button-type <input> elements
without affecting [role="button"] on non-button elements (e.g. logo).
Commit 52cf801 removed all button margin (issue #6) but never replaced
the vertical spacing, causing wrapped buttons to collapse together.
Scoped to native elements only to avoid shifting @leftium/logo's
overlay-aligned div[role="button"].1 parent ebd10cc commit 3d73934
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
33 | 39 | | |
34 | 40 | | |
35 | 41 | | |
| |||
0 commit comments