Skip to content

Commit

Permalink
fixed dropdown being too wide
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSibley committed Apr 2, 2020
1 parent c3d7af1 commit d5a8b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/last-updated-meta-box.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function ct_apex_last_updated_callback( $post ) {

?>
<p>
<select name="apex-last-updated" id="apex-last-updated" class="widefat">
<select name="apex-last-updated" id="apex-last-updated" style="box-sizing: border-box; width: 100%;">
<option value="default"><?php esc_html_e( 'Use Customizer setting', 'apex' ); ?></option>
<option value="yes" <?php if ( $display == 'yes' ) {
echo 'selected';
Expand Down

0 comments on commit d5a8b14

Please sign in to comment.