Skip to content

Commit

Permalink
Make all Post Status selectors wide enough to avoid line wraps
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Jan 29, 2025
1 parent b4b9e12 commit 91f7565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/content-board/lib/content-board.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ jQuery(document).ready(function ($) {
}
});

$('#pp-content-filters select#post_status').pp_select2();
$('#pp-content-filters select#post_status').pp_select2({width: "190px"});
$('#pp-content-filters select#filter_post_type').pp_select2();
$('#pp-content-filters select.pp-custom-select2').pp_select2();

Expand Down Expand Up @@ -566,7 +566,7 @@ jQuery(document).ready(function ($) {
});

$('#pp-content-board-post-form select#post_form_post_type').pp_select2();
$('#pp-content-board-post-form select#form_post_status').pp_select2();
$('#pp-content-board-post-form select#form_post_status').pp_select2({width: "190px"});
}

});

0 comments on commit 91f7565

Please sign in to comment.