@rogieking/figui3 8.9.27 → 8.9.28

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
@@ -3464,9 +3464,9 @@ fig-header {
3464
3464
  width: 100%;
3465
3465
  }
3466
3466
 
3467
- & > h1,
3468
- & > h2,
3469
- & > h3{
3467
+ & > h1:first-child,
3468
+ & > h2:first-child,
3469
+ & > h3:first-child{
3470
3470
  flex: 1 1 auto;
3471
3471
  min-width: 0;
3472
3472
  display: flex;