@dialpad/dialtone 8.13.2 → 8.13.3

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.
@@ -22,6 +22,7 @@
22
22
 
23
23
  &--content {
24
24
  flex-grow: 1;
25
+ min-width: var(--dt-size-0);
25
26
  }
26
27
 
27
28
  &--subtitle {
@@ -3989,6 +3989,7 @@ legend .d-label {
3989
3989
  }
3990
3990
  .dt-item-layout--content {
3991
3991
  flex-grow: 1;
3992
+ min-width: var(--dt-size-0);
3992
3993
  }
3993
3994
  .dt-item-layout--subtitle {
3994
3995
  color: var(--dt-color-foreground-tertiary);