@rogieking/figui3 8.9.45 → 8.9.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/components.css CHANGED
@@ -3509,9 +3509,10 @@ fig-header {
3509
3509
  width: 100%;
3510
3510
  }
3511
3511
 
3512
- & > h1:first-child,
3513
- & > h2:first-child,
3514
- & > h3:first-child{
3512
+ & > *:is(h1, h2, h3) {
3513
+ &:first-child {
3514
+ padding-left: var(--spacer-2);
3515
+ }
3515
3516
  flex: 1 1 auto;
3516
3517
  min-width: 0;
3517
3518
  display: block;