@carbon/styles 1.79.0 → 1.79.1

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
@@ -15219,6 +15219,8 @@ th .cds--table-sort__flex {
15219
15219
  padding: 0;
15220
15220
  border: none;
15221
15221
  background-color: var(--cds-layer);
15222
+ block-size: -moz-fit-content;
15223
+ block-size: fit-content;
15222
15224
  color: var(--cds-text-primary, #161616);
15223
15225
  inline-size: 48rem;
15224
15226
  max-block-size: 50%;