@dialpad/dialtone 8.13.4 → 8.13.5

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.
@@ -566,11 +566,11 @@
566
566
  display: flex;
567
567
 
568
568
  &--start {
569
- justify-content: start;
569
+ justify-content: flex-start;
570
570
  }
571
571
 
572
572
  &--end {
573
- justify-content: end;
573
+ justify-content: flex-end;
574
574
  }
575
575
 
576
576
  &--space-between {
@@ -1154,10 +1154,10 @@ template {
1154
1154
  display: flex;
1155
1155
  }
1156
1156
  .d-btn-group--start {
1157
- justify-content: start;
1157
+ justify-content: flex-start;
1158
1158
  }
1159
1159
  .d-btn-group--end {
1160
- justify-content: end;
1160
+ justify-content: flex-end;
1161
1161
  }
1162
1162
  .d-btn-group--space-between {
1163
1163
  justify-content: space-between;