jodit-pro
Version:
PRO Version of Jodit Editor
22 lines (19 loc) • 417 B
CSS
/*!
* jodit-pro - PRO Version of Jodit Editor
* Author: Chupurnov Valerii <chupurnov@gmail.com>
* Version: v4.9.27
* Url: https://xdsoft.net/jodit/pro/
* License(s): SEE LICENSE IN LICENSE.md
*/
.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;
}