@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.
|
@@ -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 {
|