@patternfly/patternfly 6.0.0-alpha.140 → 6.0.0-alpha.141

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.
@@ -174,7 +174,7 @@
174
174
  }
175
175
 
176
176
  .pf-v6-c-card__header-main {
177
- flex: 1;
177
+ flex-grow: 1;
178
178
  }
179
179
 
180
180
  .pf-v6-c-card__header-toggle {
@@ -248,7 +248,7 @@
248
248
  }
249
249
 
250
250
  .#{$card}__header-main {
251
- flex: 1;
251
+ flex-grow: 1;
252
252
  }
253
253
 
254
254
  .#{$card}__header-toggle {
@@ -2284,7 +2284,7 @@ button.pf-v6-c-breadcrumb__link {
2284
2284
  }
2285
2285
 
2286
2286
  .pf-v6-c-card__header-main {
2287
- flex: 1;
2287
+ flex-grow: 1;
2288
2288
  }
2289
2289
 
2290
2290
  .pf-v6-c-card__header-toggle {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@patternfly/patternfly",
3
3
  "description": "Assets, source, tooling, and content for PatternFly 4",
4
- "version": "6.0.0-alpha.140",
4
+ "version": "6.0.0-alpha.141",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
7
  "scripts": {
@@ -8284,7 +8284,7 @@ button.pf-v6-c-breadcrumb__link {
8284
8284
  }
8285
8285
 
8286
8286
  .pf-v6-c-card__header-main {
8287
- flex: 1;
8287
+ flex-grow: 1;
8288
8288
  }
8289
8289
 
8290
8290
  .pf-v6-c-card__header-toggle {
package/patternfly.css CHANGED
@@ -8401,7 +8401,7 @@ button.pf-v6-c-breadcrumb__link {
8401
8401
  }
8402
8402
 
8403
8403
  .pf-v6-c-card__header-main {
8404
- flex: 1;
8404
+ flex-grow: 1;
8405
8405
  }
8406
8406
 
8407
8407
  .pf-v6-c-card__header-toggle {