sanity 5.25.0 → 5.25.1-next.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.
@@ -1273,6 +1273,7 @@ const Root$7 = styled(Layer).withConfig({
1273
1273
  } = theme.sanity.color.card.enabled;
1274
1274
  return css`
1275
1275
  background-color: ${bg};
1276
+ min-width: 0;
1276
1277
 
1277
1278
  [data-ui='Text'] {
1278
1279
  color: ${fg};
@@ -1284,7 +1285,7 @@ const Root$7 = styled(Layer).withConfig({
1284
1285
  })`width:66%;max-width:175px;`, TitleText = styled(Text).withConfig({
1285
1286
  displayName: "TitleText",
1286
1287
  componentId: "sc-2mpzxb-4"
1287
- })`cursor:default;outline:none;`, PaneHeader$1 = forwardRef(function(props, ref) {
1288
+ })`cursor:default;outline:none;min-width:0;`, PaneHeader$1 = forwardRef(function(props, ref) {
1288
1289
  const $ = c(48), {
1289
1290
  actions,
1290
1291
  backButton,