@dialpad/dialtone 8.10.1-version8.1 → 8.10.2-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.
@@ -36,12 +36,10 @@
36
36
  }
37
37
 
38
38
  &--right {
39
- align-self: flex-start;
40
39
  padding-left: var(--dt-space-400);
41
40
  }
42
41
 
43
42
  &--left {
44
- align-self: flex-start;
45
43
  justify-content: flex-end;
46
44
  padding-right: var(--dt-space-400);
47
45
  }
@@ -3905,11 +3905,9 @@ legend .d-label {
3905
3905
  min-width: var(--dt-size-600);
3906
3906
  }
3907
3907
  .dt-item-layout--right {
3908
- align-self: flex-start;
3909
3908
  padding-left: var(--dt-space-400);
3910
3909
  }
3911
3910
  .dt-item-layout--left {
3912
- align-self: flex-start;
3913
3911
  justify-content: flex-end;
3914
3912
  padding-right: var(--dt-space-400);
3915
3913
  }