@carbon/styles 1.94.0-rc.0 → 1.94.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
@@ -21126,7 +21126,6 @@ optgroup.cds--select-optgroup:disabled,
21126
21126
  position: fixed;
21127
21127
  display: grid;
21128
21128
  background-color: var(--cds-layer);
21129
- block-size: 100%;
21130
21129
  grid-template-columns: 100%;
21131
21130
  grid-template-rows: auto 1fr auto;
21132
21131
  inline-size: 100%;
@@ -21139,7 +21138,6 @@ optgroup.cds--select-optgroup:disabled,
21139
21138
  @media (min-width: 42rem) {
21140
21139
  .cds--modal-container {
21141
21140
  position: relative;
21142
- block-size: auto;
21143
21141
  inline-size: 84%;
21144
21142
  max-block-size: 90%;
21145
21143
  }
@@ -22762,6 +22760,7 @@ optgroup.cds--select-optgroup:disabled,
22762
22760
  line-height: var(--cds-body-compact-01-line-height, 1.28572);
22763
22761
  letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
22764
22762
  display: flex;
22763
+ overflow: initial;
22765
22764
  align-items: center;
22766
22765
  justify-content: space-between;
22767
22766
  background-color: var(--cds-layer);
@@ -22770,12 +22769,8 @@ optgroup.cds--select-optgroup:disabled,
22770
22769
  container-type: inline-size;
22771
22770
  inline-size: calc(100% - 1px);
22772
22771
  min-block-size: 2.5rem;
22773
- overflow-x: auto;
22774
22772
  }
22775
22773
  @container pagination (min-width: 42rem) {
22776
- .cds--pagination {
22777
- overflow: initial;
22778
- }
22779
22774
  .cds--pagination .cds--pagination__control-buttons {
22780
22775
  display: flex;
22781
22776
  }