Fix: Stretched out Yes/No radio buttons in admin
-
On the admin page, the Yes/No radio buttons look bizarrely stretched out. I fixed this by editing line 496 in sb_welcome_email_editor.php
Original code:
'style'=>'width: 500px;'
Updated code:
'style'=>'width: auto;'
Thanks for the plugin!
-PaulMighty
- The topic ‘Fix: Stretched out Yes/No radio buttons in admin’ is closed to new replies.