playbook_ui 16.5.0.pre.alpha.RTEPOC15746 → 16.5.0.pre.alpha.RTEPOC15747

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f599162befe12b1d2b32a47036c9053307dbd2619b25c72f586424d78eb4c372
4
- data.tar.gz: b459294ff220e62c281889f1f010fc294b5d5b0f2a5d4d3641411348b487821a
3
+ metadata.gz: e22a1c2088938459e3efb880b3d4e820b0c19aeddd957a828eb585eca3ec45d8
4
+ data.tar.gz: c4d23d3f4c261089c3fe9f6a592596d698ad9c767e7c85287a8b06177043471d
5
5
  SHA512:
6
- metadata.gz: 2786fb058414a75c54559eb667ae880b81f6a92cca6b80857a65ba5c867ba25fb4c78158362314ceace901d3e49914a58ad6d432b0c9e5abb07e5f6481f5e245
7
- data.tar.gz: 4327b11d15b5027a6053398acfd7483685837604d43ae38df749193699eea9363be1262bbd78d0b1cc35cbc7db93bd44e542e6321f05e53a35b5c5c5662da6c6
6
+ metadata.gz: 4cd4c8e1c3c86d08e9348ff45eaafb1b1f0f1ee111ec95b0f10d7bcbbfe46f412c7938ac53b71667aea8618460b8e783829aa628f23f082e5125620e7348669f
7
+ data.tar.gz: 69e7c97110e36ac166a46f84f57651be2de4304097940a24dee7f6210b1167742ffa34c65ec14c50c43f0ef1ae85e17ce07f8d75629604cc7dfae0a8bfe416a9
@@ -145,8 +145,8 @@
145
145
  line-height: 1;
146
146
  min-height: unset;
147
147
  max-width: 100%;
148
- // Cap min-width so a narrow modal toolbar can scroll internally instead of growing the dialog.
149
- min-width: min(100%, #{$space_xl * 5});
148
+ // Plain length only SassC cannot compile CSS min(%, px). Narrow modals rely on kit/root min-width: 0 above.
149
+ min-width: $space_xl * 5;
150
150
  padding: ($space_xs - 1) $space_xs;
151
151
  width: auto;
152
152