Skip to content

Commit

Permalink
Fix text field overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlh01 committed Dec 17, 2024
1 parent fe50dfb commit c81a3e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public function __construct( $page ) {
'excluded_selectors' => [
'label' => __( 'Selectors', 'apple-news' ),
'type' => 'text',
'size' => 150,
'size' => 100,
'description' => sprintf(
/* translators: %s: <code> tag */
__( 'Enter a comma-separated list of CSS class or ID selectors, like %s. Elements in post content matching these selectors will be removed from the content published to Apple News.', 'apple-news' ),
Expand Down

0 comments on commit c81a3e8

Please sign in to comment.