@carbon/ibmdotcom-styles 2.50.1 → 2.51.0

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@carbon/ibmdotcom-styles",
3
3
  "description": "Carbon for IBM.com Styles",
4
- "version": "2.50.1",
4
+ "version": "2.51.0",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/ibm-dotcom-styles.min.css",
7
7
  "module": "src/scss",
@@ -48,5 +48,5 @@
48
48
  "sass": "~1.99.0",
49
49
  "sass-loader": "^13.0.0"
50
50
  },
51
- "gitHead": "90004ae02a5848126f877e64512cb6d6464fba18"
51
+ "gitHead": "5f36a0b2445d0efe35ae46bd0c2cba2617d1a974"
52
52
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Copyright IBM Corp. 2016, 2025
2
+ * Copyright IBM Corp. 2016, 2026
3
3
  *
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
@@ -158,6 +158,7 @@ $aspect-ratios: ((16, 9), (9, 16), (2, 1), (1, 2), (4, 3), (3, 4), (1, 1));
158
158
  // Ensuring caption is correctly displayed when it has RTL mixed with LTR copy
159
159
  .#{$c4d-prefix}--video-player__video-caption[dir='rtl'] {
160
160
  direction: rtl;
161
+ max-inline-size: none;
161
162
  text-align: end;
162
163
  unicode-bidi: plaintext;
163
164
  }