@dialpad/dialtone 8.16.0 → 8.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.
@@ -24,6 +24,7 @@
24
24
  --icon-size-800: calc(var(--icon-base-scale) * 6);
25
25
  --icon-size: var(--icon-size-500);
26
26
 
27
+ flex: none;
27
28
  width: var(--icon-size);
28
29
  height: var(--icon-size);
29
30
  fill: currentColor;
@@ -45,6 +45,7 @@
45
45
  }
46
46
 
47
47
  &__sidebar {
48
+ flex-shrink: 0;
48
49
  box-shadow: none;
49
50
 
50
51
  &--sticky {
@@ -3736,6 +3736,7 @@ legend .d-label {
3736
3736
  --icon-size-700: calc(var(--icon-base-scale) * 4.75);
3737
3737
  --icon-size-800: calc(var(--icon-base-scale) * 6);
3738
3738
  --icon-size: var(--icon-size-500);
3739
+ flex: none;
3739
3740
  width: var(--icon-size);
3740
3741
  height: var(--icon-size);
3741
3742
  fill: currentColor;
@@ -3789,6 +3790,7 @@ legend .d-label {
3789
3790
  flex-direction: row-reverse;
3790
3791
  }
3791
3792
  .d-root-layout__sidebar {
3793
+ flex-shrink: 0;
3792
3794
  box-shadow: none;
3793
3795
  }
3794
3796
  .d-root-layout__sidebar--sticky {