@carbon/styles 1.16.0 → 1.17.0-rc.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/css/styles.css CHANGED
@@ -13320,11 +13320,20 @@ optgroup.cds--select-optgroup:disabled,
13320
13320
  display: -webkit-box;
13321
13321
  display: -ms-flexbox;
13322
13322
  display: flex;
13323
+ width: calc(100% - 2rem);
13323
13324
  height: 1rem;
13324
13325
  -webkit-box-align: center;
13325
13326
  -ms-flex-align: center;
13326
13327
  align-items: center;
13327
13328
  margin: 0;
13329
+ -ms-overflow-style: none;
13330
+ overflow-x: scroll;
13331
+ scrollbar-width: none;
13332
+ white-space: nowrap;
13333
+ }
13334
+
13335
+ .cds--text-input--fluid .cds--label::-webkit-scrollbar {
13336
+ display: none;
13328
13337
  }
13329
13338
 
13330
13339
  .cds--text-input--fluid .cds--form__helper-text {