.jodit-paste-code {
	display: flex;
	height: 100%;
	flex-direction: column;
	justify-content: stretch;
	padding: 16px;

	&__textarea {
		height: 100%;

		flex: 1;
		justify-content: stretch;
	}
}
