Thanks for your swift reply. I had already tried those CSS properties and, while they are useful, I found the solution to be the min-width property, as in:
.esriBookmarkLabel{
min-width: 300px;
}
in conjunction with:
.esriBookmarks{
width: 300px;
}
Many thanks,
Mark