div[ data-component="FormattedText" ] {
	width: 100%;
	height: 200px;
	font-family: monospace;
}

div[ data-component="FormattedText" ] .formatted-text {
	position: relative;
	width: 100%;
	height: 100%;
	border: 1px solid var(--shiro-color-gray5);
}