Created
March 6, 2015 17:46
-
-
Save DanielSantoro/819687e2a398140480e1 to your computer and use it in GitHub Desktop.
Fix Force Sell Box Size
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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