dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

.code-textarea {
    width: 100%;
    max-width: 100%;
    height: 120px;
    display: block;
}

.theme-fandomdesktop-dark .code-textarea {
	background-color: #0f1013;
	color: white;
	border: 1px solid #252525;
}