Plugin Directory

Changeset 2869167


Ignore:
Timestamp:
02/22/2023 07:00:42 AM (3 years ago)
Author:
wptableeditor
Message:

small bug fixes

Location:
wp-table-editor
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • wp-table-editor/trunk/includes/admin/table.php

    r2869143 r2869167  
    233233                                <label><?php esc_html_e('Width', 'wp-table-editor'); ?></label>
    234234                                <div class="input-group">
    235                                     <input type="number" min="0" class="form-control" id="table_width" name="table_width" value="100%">
     235                                    <input type="number" min="0" class="form-control" id="table_width" name="table_width" value="100">
    236236                                    <select name="table_unit" id="table_unit" class="form-control">
    237237                                        <option value="%">%</option>
Note: See TracChangeset for help on using the changeset viewer.