We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3155c20 + edc21c9 commit f718ce8Copy full SHA for f718ce8
includes/post-meta-box.php
@@ -16,7 +16,7 @@
16
wp_nonce_field( 'tcs_post_css', '_tcsnonce', false );
17
tcs_enqueue_editor( 'tcs-css', get_current_screen()->is_block_editor() );
18
?>
19
- <textarea name="tcs-css" id="tcs-css"><?php echo esc_textarea( get_post_meta( $post->ID, '_css', true ) ); ?></textarea>
+ <textarea name="tcs-css" id="tcs-css" style="width: 100%; min-height: 10em; field-sizing: content;"><?php echo esc_textarea( get_post_meta( $post->ID, '_css', true ) ); ?></textarea>
20
<p class="description">
21
<?php esc_html_e( 'CSS will be displayed only on this page.', 'tcs' ); ?>
22
</p>
0 commit comments