@dialpad/dialtone 9.173.0 → 9.174.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.
@@ -10428,6 +10428,7 @@ ul {
10428
10428
  margin-bottom: auto;
10429
10429
  }
10430
10430
  .d-recipe-message-input__button {
10431
+ flex-shrink: 0;
10431
10432
  max-width: 2.8rem;
10432
10433
  max-height: 2.8rem;
10433
10434
  border-radius: var(--dt-size-radius-300);
@@ -10444,6 +10445,7 @@ ul {
10444
10445
  }
10445
10446
  .d-recipe-message-input__bottom-section {
10446
10447
  display: flex;
10448
+ flex-wrap: nowrap;
10447
10449
  justify-content: space-between;
10448
10450
  padding: var(--dt-space-300) var(--dt-space-400) var(--dt-space-400);
10449
10451
  }
@@ -10451,6 +10453,11 @@ ul {
10451
10453
  .d-recipe-message-input__bottom-section-right {
10452
10454
  display: flex;
10453
10455
  }
10456
+ .d-recipe-message-input__bottom-section-left,
10457
+ .d-recipe-message-input__bottom-section-left-stack {
10458
+ flex: 1 1 auto;
10459
+ min-width: var(--dt-size-0);
10460
+ }
10454
10461
  .d-recipe-message-input__image-input {
10455
10462
  position: absolute;
10456
10463
  }