/*!
 * 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-paste-code {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: stretch;
  padding: 16px;
}
.jodit-paste-code__textarea {
  height: 100%;
  flex: 1;
  justify-content: stretch;
}

