@dialpad/dialtone 7.26.0 → 7.26.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.
@@ -186,6 +186,7 @@
186
186
  // ----------------------------------------------------------------------------
187
187
  .d-btn__label {
188
188
  display: inline-flex;
189
+ flex: 1 auto;
189
190
  align-items: center;
190
191
  justify-content: center;
191
192
  // background-color: rgba(0,0,0,.5);
@@ -1686,6 +1686,7 @@ body {
1686
1686
  }
1687
1687
  .d-btn__label {
1688
1688
  display: inline-flex;
1689
+ flex: 1 auto;
1689
1690
  align-items: center;
1690
1691
  justify-content: center;
1691
1692
  }