@dialpad/dialtone-css 8.33.0 → 8.34.0

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.
@@ -35,11 +35,11 @@
35
35
  }
36
36
 
37
37
  &__alignment {
38
+ // !important to default value to override popover dialog box-sizing: border-box style
39
+ box-sizing: content-box !important;
38
40
  width: auto;
39
41
  max-width: calc(var(--dt-size-925) + var(--dt-size-400));
40
42
  margin: 0 var(--dt-space-500);
41
- // !important to default value to override popover dialog box-sizing: border-box style
42
- box-sizing: content-box !important;
43
43
  }
44
44
 
45
45
  &--footer {
@@ -217,7 +217,7 @@
217
217
 
218
218
  &__data {
219
219
  display: flex;
220
- gap: var(--dt-space-100);
220
+ gap: var(--dt-space-400);
221
221
  align-items: center;
222
222
  width: 100%;
223
223
  max-width: calc(var(--dt-size-905) + var(--dt-size-550) + var(--dt-size-200));