#dialog-text-edit textarea {
	width: 100%;
	min-height: 40px;
	height: 98%;
	height: calc(100% - 4px);
	margin: 0;
	padding: 10px;
	padding-left: 18px;
	padding-right: 18px;

	font-size: 16px !important;
	/*font-family: monospace !important;*/
	font-family: 'Fira Code' !important;
	color: black;

	font-feature-settings: "calt" 1;  /* Enable ligatures for IE 10+, Edge */
	text-rendering: optimizeLegibility; /* Force ligatures for Webkit, Blink, Gecko */
	white-space: pre-wrap;
	word-break: break-all;

	border: 0;
	outline: none;
	resize: none;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
