@dialpad/dialtone 8.10.5-version8.1 → 8.10.6-version8.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.
@@ -33,6 +33,7 @@
33
33
  display: flex;
34
34
  align-items: center;
35
35
  min-width: var(--dt-size-600);
36
+ min-height: inherit;
36
37
  }
37
38
 
38
39
  &--right {
@@ -3903,6 +3903,7 @@ legend .d-label {
3903
3903
  display: flex;
3904
3904
  align-items: center;
3905
3905
  min-width: var(--dt-size-600);
3906
+ min-height: inherit;
3906
3907
  }
3907
3908
  .dt-item-layout--right {
3908
3909
  padding-left: var(--dt-space-400);