@dialpad/dialtone 7.26.1-beta.1 → 7.27.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.
@@ -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);
@@ -1732,6 +1732,7 @@ body {
1732
1732
  }
1733
1733
  .d-btn__label {
1734
1734
  display: inline-flex;
1735
+ flex: 1 auto;
1735
1736
  align-items: center;
1736
1737
  justify-content: center;
1737
1738
  }