Closed gedeminas closed 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.
@razvanaldea89 - take a look at this when you can, please
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.