@dialpad/dialtone 9.156.1 → 9.157.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.
@@ -4486,6 +4486,13 @@ legend .d-label--md {
4486
4486
  padding-left: var(--dt-space-400);
4487
4487
  border-left: var(--dt-size-border-300) solid var(--dt-color-border-subtle);
4488
4488
  }
4489
+ .d-rich-text-editor > .ProseMirror table {
4490
+ border-collapse: collapse;
4491
+ }
4492
+ .d-rich-text-editor > .ProseMirror td {
4493
+ padding-left: var(--dt-space-200);
4494
+ border: var(--dt-size-border-100) solid var(--dt-color-foreground-primary);
4495
+ }
4489
4496
  .d-rich-text-editor-bubble-menu__button-stack {
4490
4497
  padding: var(--dt-space-300);
4491
4498
  }