@dialpad/dialtone 7.16.0 → 7.16.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.
@@ -36,6 +36,7 @@
36
36
  display: inline-block;
37
37
  box-sizing: border-box;
38
38
  width: var(--toggle-size-width);
39
+ min-width: var(--toggle-size-width);
39
40
  height: var(--toggle-size-height);
40
41
  padding: 0;
41
42
  line-height: var(--lh4);
@@ -3364,6 +3364,7 @@ body {
3364
3364
  display: inline-block;
3365
3365
  box-sizing: border-box;
3366
3366
  width: var(--toggle-size-width);
3367
+ min-width: var(--toggle-size-width);
3367
3368
  height: var(--toggle-size-height);
3368
3369
  padding: 0;
3369
3370
  line-height: var(--lh4);