Skip to content

Instantly share code, notes, and snippets.

@DanielSantoro
Created March 6, 2015 17:46
Show Gist options
  • Save DanielSantoro/819687e2a398140480e1 to your computer and use it in GitHub Desktop.
Save DanielSantoro/819687e2a398140480e1 to your computer and use it in GitHub Desktop.
Fix Force Sell Box Size
add_action('admin_head', 'fix-box-width');
function fix-box-width() {
echo '<style>
#s2id_force_sell_ids ul li input {width:229px;}
#s2id_force_sell_synced_ids ul li input {width:229px;}
</style>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment