/*
    - Name: "text-editor.scss"
    - Description: "Add custom styles to paragraph text editor"
*/
.paragraph--type--text-editor {
  display: flex;
  flex-direction: column;
  gap: var(--spacingMd);
}