﻿.ql-editor[data-placeholder]::before {
  color: #777 !important;
}
/*.ql-editor:not(.mud-input-control-input-container .ql-editor) *::after {
    content: " " !important;  non-breaking space after every element 
    white-space: pre !important;
}*/
.ql-editor *::after {
  content: " " !important;
  white-space: pre !important;
}
/* Override for those inside mud-input-control-input-container */
.mud-input-control-input-container .ql-editor *::after {
  content: none !important;
}