Commit 8821384
committed
Fix: Column callout 1st-child margin-top should ignore callouts
Column callout applies a margin-top of 16px to the first child in the column, so that the vertical align of column items is consistent. However, this should not be applied to nested callouts. Added `:first-child:not(.callout)` selector.1 parent ac8850e commit 8821384
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
0 commit comments