@microsoft/atlas-css 3.25.1 → 3.25.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/atlas-css",
3
- "version": "3.25.1",
3
+ "version": "3.25.2",
4
4
  "description": "Styles backing the Atlas Design System used by Microsoft's Developer Relations.",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1",
@@ -245,7 +245,7 @@ $card-column-gap: $spacer-5 !default;
245
245
 
246
246
  .card-footer {
247
247
  flex-grow: 1;
248
- flex-shrink: 0;
248
+ flex-shrink: 1;
249
249
  width: 100%;
250
250
  }
251
251
  }