I'm using Chrome browser on Linux and I am able to get this to work by adding display:inline-table
to both the paragraph (p) and table tags:
Before
After
Just checked Firefox on Linux and it seems to work there too.
FYI: Removing either of the two display:inline-table
styles gave undesirable formatting.