/*!
 * idist-jodit - Jodit is awesome and usefully wysiwyg editor with filebrowser
 * Author: KimSunWook <ceo@idist.ai> (https://xdsoft.net/)
 * Version: v4.2.85
 * Url: https://github.com/RUNNERS-IM/jodit
 * License(s): MIT
 */
	
.jodit-v-dom-container {
  min-height: 100px;
  padding: 10px;
  border: 1px solid #ccc;
}
.jodit-v-dom-container:empty:before {
  content: 'Test';
  opacity: 0.6;
}

