for those interested, I figured you can hack the size of the button so it is large enough the contain the text. It was originally 20px, I need it 2X larger:
.pt-cv-readmore {
height: 40px !important;
}
And you can pretty much modify any of the standard properties so it matches your site theme.