This problem is caused because of some wierd css that Artisteer makes where they set a very wide min-width on the body.
In the included skins we have solved it by adding something like this in the style-artisteer-overrides.css
body.wysiwygeditor
{
background-color: white;
background-image: none;
font-size: 12px;
min-width: 100px;
}
body.wysiwygeditor p
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 14px;
margin: 12px 0;
}
Hope that helps,
Joe