@dialpad/dialtone 9.101.0 → 9.101.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.
@@ -3027,6 +3027,7 @@ legend .d-label--md {
3027
3027
  gap: var(--dt-space-400);
3028
3028
  min-height: calc(var(--dt-size-550) + var(--dt-size-300));
3029
3029
  padding: var(--dt-space-300) var(--dt-space-400);
3030
+ font-size: var(--dt-font-size-200);
3030
3031
  line-height: var(--dt-font-line-height-300);
3031
3032
  }
3032
3033
  .d-list-item__left,
@@ -3038,6 +3039,9 @@ legend .d-label--md {
3038
3039
  .d-list-item__content {
3039
3040
  align-content: center;
3040
3041
  }
3042
+ .d-list-item__title {
3043
+ min-width: var(--dt-size-0);
3044
+ }
3041
3045
  .d-list-item__subtitle {
3042
3046
  margin-top: var(--dt-space-200-negative);
3043
3047
  color: var(--dt-color-foreground-tertiary);