ColorlibHQ / simple-custom-post-order

Order posts(posts, any custom post types) using a Drag and Drop Sortable JavaScript. Configuration is unnecessary.
http://wordpress.org/plugins/simple-custom-post-order/
GNU General Public License v3.0
31 stars 20 forks source link

table column width fix #69

Closed gedeminas closed 4 years ago

gedeminas commented 4 years ago

When creating custom post type columns in admin, column width is sometimes calculated wrong because of combination of css border-box and jquery outerWidth and width functions. Easiest way to fix this was to remove unnecessary padding when it exists.

cristianraiber commented 4 years ago

@razvanaldea89 - take a look at this when you can, please