cax-design-system 2.7.9 → 2.7.11

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.
@@ -9236,6 +9236,9 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
9236
9236
  .cax-editor-container .cax-editor-content {
9237
9237
  border-bottom-right-radius: 6px;
9238
9238
  border-bottom-left-radius: 6px;
9239
+ display: flex;
9240
+ flex-direction: column;
9241
+ height: 100%;
9239
9242
  }
9240
9243
  .cax-editor-container .cax-editor-content.ql-snow {
9241
9244
  border: 1px solid var(--neutral-200);
@@ -9245,6 +9248,7 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
9245
9248
  color: black;
9246
9249
  border-bottom-right-radius: 6px;
9247
9250
  border-bottom-left-radius: 6px;
9251
+ flex: 1;
9248
9252
  }
9249
9253
  .cax-editor-container .ql-snow.ql-toolbar button:hover,
9250
9254
  .cax-editor-container .ql-snow.ql-toolbar button:focus {